Shades of Dark Pink #EA4D76
Tints of Dark Pink #EA4D76
RGB
CMYK
RGB Variations
Color information
#EA4D76 (or 0xEA4D76) is known color: Dark Pink. HEX triplet: EA, 4D and 76. RGB value is (234,77,118). Sum of RGB (Red+Green+Blue) = 234+77+118=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D76 is #15B289. Grayscale: #808080. Windows color (decimal): -1421962 or 7753194. OLE color: 7753194.
HSL color Cylindrical-coordinate representation of color #EA4D76: hue angle of 344.33º 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 #EA4D76 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 118 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.08 |
| HSL | 344.33º | 0.79% | 0.61% | - |
| HSV(B) | 344.33º | 0.67% | 0.92% | - |
| XYZ | 39.86 | 24.11 | 19.69 | - |
| YUV | 128.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 118 | 0 | 0.67 | 0.50 | 0.08 | 344.33 | 0.79 | 0.61 |
| Hex | EA | 4D | 76 | 0 | 43 | 32 | 8 | 158 | 4F | 3D |
| Octal | 352 | 115 | 166 | 0 | 103 | 62 | 10 | 530 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1110110 | 0 | 1000011 | 110010 | 1000 | 101011000 | 1001111 | 111101 |
Color Harmonies of #EA4D76
Complementary color
Monochromatic Colors of #EA4D76
Black with #EA4D76
Text Example
Text Example
White with #EA4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D76; }
p { color: rgb(234,77,118); }
H1.HeaderClassName
{
color: #EA4D76;
}
.AnyTagClassName
{
color: #EA4D76;
}
</style>
background-color css
<style>
a { background-color: #EA4D76; }
a { background-color: rgb(234,77,118); }
div.DivClassName
{
background-color: #EA4D76;
}
.BgClassName
{
background-color: #EA4D76;
}
</style>
border-color css
<style>
span { border-color: #EA4D76; }
span { border-color: rgb(234,77,118); }
td.TdClassName
{
border-color: #EA4D76;
}
.TagClassName
{
border-color: #EA4D76;
}
</style>