Shades of Dark Pink #EA427C
Tints of Dark Pink #EA427C
RGB
CMYK
RGB Variations
Color information
#EA427C (or 0xEA427C) is known color: Dark Pink. HEX triplet: EA, 42 and 7C. RGB value is (234,66,124). Sum of RGB (Red+Green+Blue) = 234+66+124=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA427C is #15BD83. Grayscale: #7A7A7A. Windows color (decimal): -1424772 or 8143594. OLE color: 8143594.
HSL color Cylindrical-coordinate representation of color #EA427C: hue angle of 339.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA427C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 124 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.08 |
| HSL | 339.29º | 0.8% | 0.59% | - |
| HSV(B) | 339.29º | 0.72% | 0.92% | - |
| XYZ | 39.52 | 22.84 | 21.4 | - |
| YUV | 122.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 124 | 0 | 0.72 | 0.47 | 0.08 | 339.29 | 0.8 | 0.59 |
| Hex | EA | 42 | 7C | 0 | 48 | 2F | 8 | 153 | 50 | 3B |
| Octal | 352 | 102 | 174 | 0 | 110 | 57 | 10 | 523 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1111100 | 0 | 1001000 | 101111 | 1000 | 101010011 | 1010000 | 111011 |
Color Harmonies of #EA427C
Complementary color
Monochromatic Colors of #EA427C
Black with #EA427C
Text Example
Text Example
White with #EA427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA427C; }
p { color: rgb(234,66,124); }
H1.HeaderClassName
{
color: #EA427C;
}
.AnyTagClassName
{
color: #EA427C;
}
</style>
background-color css
<style>
a { background-color: #EA427C; }
a { background-color: rgb(234,66,124); }
div.DivClassName
{
background-color: #EA427C;
}
.BgClassName
{
background-color: #EA427C;
}
</style>
border-color css
<style>
span { border-color: #EA427C; }
span { border-color: rgb(234,66,124); }
td.TdClassName
{
border-color: #EA427C;
}
.TagClassName
{
border-color: #EA427C;
}
</style>