COLOR #EB7CE0

HEX: #EB7CE0 RGB: (235,124,224)

Color info

#EB7CE0 contains mainly red and blue colors. Web safe color of #EB7CE0 is #FF66CC (or #F6C).

RGB color model

#EB7CE0 color RGB value is (235,124,224).

RGB: (235,124,224) (92%, 49%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 124 of 255 = 49%
B 224 of 255 = 88%

235
124
224

R + G + B ~ 76%. #EB7CE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 124 + 224 = 583 (100%)
R 235 of 583 ~ 40.31%
G 124 of 583 ~ 21.27%
B 224 of 583 ~ 38.42'%

%40.31
%21.27
%38.42

CMYK color model

#EB7CE0 color CMYK value is (0,47,5,8).

  • cyan value is 0.00%
  • magenta value is 47.23%
  • yellow value is 4.68%
  • key color value is 7.84%

CMYK: (0,47,5,8)
C0M47Y5K8 (0%, 47%, 5%, 8%)
(0.00 / 0.47 / 0.05 / 0.08)

CMYK percentages

%0
%47.23
%4.68
%7.84

Codes

Color #EB7CE0 in popluar color models

EB 7C E0
RGB 235 124 224
HSL 306° 73.51% 70.39%
HSB/HSV 306° 47.23% 92.16%
CMYK 0.00% 47.23% 4.68%
7.84%

Color #EB7CE0 in popluar number systems.

HEX EB 7C E0
Decimal 235 124 224
Binary 11101011 1111100 11100000
Octal 353 174 340

Shades and tints

Shades of #EB7CE0

#EB7CE0
(235,124,224)
#D671CC
(214,113,204)
#C166B8
(193,102,184)
#AC5BA4
(172,91,164)
#975090
(151,80,144)
#82457C
(130,69,124)
#6D3A68
(109,58,104)
#582F54
(88,47,84)
#432440
(67,36,64)
#2E192C
(46,25,44)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #EB7CE0

#EB7CE0
(235,124,224)
#EC87E2
(236,135,226)
#ED92E4
(237,146,228)
#EE9DE6
(238,157,230)
#EFA8E8
(239,168,232)
#F0B3EA
(240,179,234)
#F1BEEC
(241,190,236)
#F2C9EE
(242,201,238)
#F3D4F0
(243,212,240)
#F4DFF2
(244,223,242)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7CE0 color. Also use rgb(235,124,224) instead hex code.

Text Font Color

.myTextColor { color: #EB7CE0; }

<p style="color:#EB7CE0">This sample text font color is #EB7CE0.</p>

This text font color is #EB7CE0.

Background Color

.myBgColor { background-color: #EB7CE0; }

<div style="background-color:#EB7CE0">Inner text</div>

This div background color is #EB7CE0.

Border color

.myBorderColor { border: 1px solid #EB7CE0; }

<div style="border:3px solid #EB7CE0">Div</div>

This div border color is #EB7CE0.

Opacity

.myOpacity80 { color: #EB7CE0; opacity: 0.8; }

<p style="color:#EB7CE0;opacity:0.8;">80%</p>

Text with #EB7CE0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB7CE0;}

<p style="text-shadow: 3px 3px 1px #EB7CE0">Text here.</p>

This text has shadow with #EB7CE0 color.


.textShadow {text-shadow: 3px 3px 1px #EB7CE0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB7CE0, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB7CE0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB7CE0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB7CE0, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB7CE0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB7CE0;
-webkit-box-shadow: 1px 1px 3px 2px #EB7CE0;
box-shadow: 1px 1px 3px 2px #EB7CE0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB7CE0; -webkit-box-shadow: 1px 1px 3px 2px #EB7CE0; box-shadow:1px 1px 3px 2px #EB7CE0;">
Div content here
</div>

This div box has shadow with color #EB7CE0.

Preview

Color preview on black background

This text has color #EB7CE0 on black background.


Color preview on white background

This text has color #EB7CE0 on white background.


Black color preview on #EB7CE0 background

This text has black color on #EB7CE0 background.


White color preview on #EB7CE0 background

This text has white color on #EB7CE0 background.


Related colors

Complementary color

Complementary color for #hex is #14831F.


I love getcolorcode.com

Triadic colors

1 #E0EB7C and #7CE0EB with #EB7CE0 are triadic colors.

2 #E07CEB and #7CEBE0 with #EB7CE0 are triadic colors.