Shades of Dark Pink #EA4D78
Tints of Dark Pink #EA4D78
RGB
CMYK
RGB Variations
Color information
#EA4D78 (or 0xEA4D78) is known color: Dark Pink. HEX triplet: EA, 4D and 78. RGB value is (234,77,120). Sum of RGB (Red+Green+Blue) = 234+77+120=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D78 is #15B287. Grayscale: #808080. Windows color (decimal): -1421960 or 7884266. OLE color: 7884266.
HSL color Cylindrical-coordinate representation of color #EA4D78: hue angle of 343.57º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D78 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 120 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.08 |
| HSL | 343.57º | 0.79% | 0.61% | - |
| HSV(B) | 343.57º | 0.67% | 0.92% | - |
| XYZ | 39.98 | 24.16 | 20.32 | - |
| YUV | 128.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 120 | 0 | 0.67 | 0.49 | 0.08 | 343.57 | 0.79 | 0.61 |
| Hex | EA | 4D | 78 | 0 | 43 | 31 | 8 | 158 | 4F | 3D |
| Octal | 352 | 115 | 170 | 0 | 103 | 61 | 10 | 530 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1111000 | 0 | 1000011 | 110001 | 1000 | 101011000 | 1001111 | 111101 |
Color Harmonies of #EA4D78
Complementary color
Monochromatic Colors of #EA4D78
Black with #EA4D78
Text Example
Text Example
White with #EA4D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D78; }
p { color: rgb(234,77,120); }
H1.HeaderClassName
{
color: #EA4D78;
}
.AnyTagClassName
{
color: #EA4D78;
}
</style>
background-color css
<style>
a { background-color: #EA4D78; }
a { background-color: rgb(234,77,120); }
div.DivClassName
{
background-color: #EA4D78;
}
.BgClassName
{
background-color: #EA4D78;
}
</style>
border-color css
<style>
span { border-color: #EA4D78; }
span { border-color: rgb(234,77,120); }
td.TdClassName
{
border-color: #EA4D78;
}
.TagClassName
{
border-color: #EA4D78;
}
</style>