Shades of Deep Pink #EA187C
Tints of Deep Pink #EA187C
RGB
CMYK
RGB Variations
Color information
#EA187C (or 0xEA187C) is known color: Deep Pink. HEX triplet: EA, 18 and 7C. RGB value is (234,24,124). Sum of RGB (Red+Green+Blue) = 234+24+124=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA187C is #15E783. Grayscale: #626262. Windows color (decimal): -1435524 or 8132842. OLE color: 8132842.
HSL color Cylindrical-coordinate representation of color #EA187C: hue angle of 331.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA187C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.43º | 0.83% | 0.51% | - |
| HSV(B) | 331.43º | 0.9% | 0.92% | - |
| XYZ | 37.9 | 19.6 | 20.85 | - |
| YUV | 98.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 124 | 0 | 0.90 | 0.47 | 0.08 | 331.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 7C | 0 | 5A | 2F | 8 | 14B | 53 | 33 |
| Octal | 352 | 30 | 174 | 0 | 132 | 57 | 10 | 513 | 123 | 63 |
| Binary | 11101010 | 11000 | 1111100 | 0 | 1011010 | 101111 | 1000 | 101001011 | 1010011 | 110011 |
Color Harmonies of #EA187C
Complementary color
Monochromatic Colors of #EA187C
Black with #EA187C
Text Example
Text Example
White with #EA187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA187C; }
p { color: rgb(234,24,124); }
H1.HeaderClassName
{
color: #EA187C;
}
.AnyTagClassName
{
color: #EA187C;
}
</style>
background-color css
<style>
a { background-color: #EA187C; }
a { background-color: rgb(234,24,124); }
div.DivClassName
{
background-color: #EA187C;
}
.BgClassName
{
background-color: #EA187C;
}
</style>
border-color css
<style>
span { border-color: #EA187C; }
span { border-color: rgb(234,24,124); }
td.TdClassName
{
border-color: #EA187C;
}
.TagClassName
{
border-color: #EA187C;
}
</style>