COLOR #EB74DB

HEX: #EB74DB
RGB: (235,116,219)

Color info

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

RGB color model

#EB74DB color RGB value is (235,116,219).

  • red value is 235;
  • green value is 116;
  • blue value is 219.
RGB:
(235,116,219)
(92%,45%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 116 of 255 = 45%
B 219 of 255 = 86%

235
116
219

R + G + B ~ 74%. #EB74DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 116 + 219 = 570 (100%)
R 235 of 570 ~ 41.23%
G 116 of 570 ~ 20.35%
B 219 of 570 ~ 38.42%

%41.23
%20.35
%38.42

CMYK color model

#EB74DB color CMYK value is (0,51,7,8).

  • cyan value is 0.00%
  • magenta value is 50.64%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,51,7,8)
C0M51Y7K8 
(0%,51%,7%,8%)
(0.00/0.51/0.07/0.08)	

CMYK percentages

%0
%50.64
%6.81
%7.84

Codes

Color #EB74DB in popluar color models

EB74DB
RGB235116219
HSL308°74.84%68.82%
HSB/HSV308°50.64%92.16%
CMYK0.00%50.64%6.81%
7.84%

Color #EB74DB in popluar number systems.

HEXEB74DB
Decimal235116219
Binary11101011111010011011011
Octal353164333

Shades and tints

Shades of #EB74DB

#EB74DB
(235,116,219)
#D66AC8
(214,106,200)
#C160B5
(193,96,181)
#AC56A2
(172,86,162)
#974C8F
(151,76,143)
#82427C
(130,66,124)
#6D3869
(109,56,105)
#582E56
(88,46,86)
#432443
(67,36,67)
#2E1A30
(46,26,48)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #EB74DB

#EB74DB
(235,116,219)
#EC80DE
(236,128,222)
#ED8CE1
(237,140,225)
#EE98E4
(238,152,228)
#EFA4E7
(239,164,231)
#F0B0EA
(240,176,234)
#F1BCED
(241,188,237)
#F2C8F0
(242,200,240)
#F3D4F3
(243,212,243)
#F4E0F6
(244,224,246)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB74DB color. Also use rgb(235,116,219) instead hex code.

Text Font Color

.myTextColor { color: #EB74DB; }

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

This text font color is #EB74DB.


Background Color

.myBgColor { background-color: #EB74DB; }

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

This div background color is #EB74DB.


Border color

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

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

This div border color is #EB74DB.


Opacity

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

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

Text with #EB74DB 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 #EB74DB;}

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

This text has shadow with #EB74DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB74DB on black background.


Color preview on white background

This text has color #EB74DB on white background.



Black color preview on #EB74DB background

This text has black color on #EB74DB background.


White color preview on #EB74DB background

This text has white color on #EB74DB background.