Shades of Dark Pink #EA4978
Tints of Dark Pink #EA4978
RGB
CMYK
RGB Variations
Color information
#EA4978 (or 0xEA4978) is known color: Dark Pink. HEX triplet: EA, 49 and 78. RGB value is (234,73,120). Sum of RGB (Red+Green+Blue) = 234+73+120=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4978 is #15B687. Grayscale: #7E7E7E. Windows color (decimal): -1422984 or 7883242. OLE color: 7883242.
HSL color Cylindrical-coordinate representation of color #EA4978: hue angle of 342.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4978 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 120 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.08 |
| HSL | 342.48º | 0.79% | 0.6% | - |
| HSV(B) | 342.48º | 0.69% | 0.92% | - |
| XYZ | 39.7 | 23.61 | 20.23 | - |
| YUV | 126.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 120 | 0 | 0.69 | 0.49 | 0.08 | 342.48 | 0.79 | 0.6 |
| Hex | EA | 49 | 78 | 0 | 45 | 31 | 8 | 156 | 4F | 3C |
| Octal | 352 | 111 | 170 | 0 | 105 | 61 | 10 | 526 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1111000 | 0 | 1000101 | 110001 | 1000 | 101010110 | 1001111 | 111100 |
Color Harmonies of #EA4978
Complementary color
Monochromatic Colors of #EA4978
Black with #EA4978
Text Example
Text Example
White with #EA4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4978; }
p { color: rgb(234,73,120); }
H1.HeaderClassName
{
color: #EA4978;
}
.AnyTagClassName
{
color: #EA4978;
}
</style>
background-color css
<style>
a { background-color: #EA4978; }
a { background-color: rgb(234,73,120); }
div.DivClassName
{
background-color: #EA4978;
}
.BgClassName
{
background-color: #EA4978;
}
</style>
border-color css
<style>
span { border-color: #EA4978; }
span { border-color: rgb(234,73,120); }
td.TdClassName
{
border-color: #EA4978;
}
.TagClassName
{
border-color: #EA4978;
}
</style>