Shades of Deep Pink #EA187D
Tints of Deep Pink #EA187D
RGB
CMYK
RGB Variations
Color information
#EA187D (or 0xEA187D) is known color: Deep Pink. HEX triplet: EA, 18 and 7D. RGB value is (234,24,125). Sum of RGB (Red+Green+Blue) = 234+24+125=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA187D is #15E782. Grayscale: #626262. Windows color (decimal): -1435523 or 8198378. OLE color: 8198378.
HSL color Cylindrical-coordinate representation of color #EA187D: hue angle of 331.14º 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 #EA187D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 125 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.14º | 0.83% | 0.51% | - |
| HSV(B) | 331.14º | 0.9% | 0.92% | - |
| XYZ | 37.96 | 19.63 | 21.19 | - |
| YUV | 98.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 125 | 0 | 0.90 | 0.47 | 0.08 | 331.14 | 0.83 | 0.51 |
| Hex | EA | 18 | 7D | 0 | 5A | 2F | 8 | 14B | 53 | 33 |
| Octal | 352 | 30 | 175 | 0 | 132 | 57 | 10 | 513 | 123 | 63 |
| Binary | 11101010 | 11000 | 1111101 | 0 | 1011010 | 101111 | 1000 | 101001011 | 1010011 | 110011 |
Color Harmonies of #EA187D
Complementary color
Monochromatic Colors of #EA187D
Black with #EA187D
Text Example
Text Example
White with #EA187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA187D; }
p { color: rgb(234,24,125); }
H1.HeaderClassName
{
color: #EA187D;
}
.AnyTagClassName
{
color: #EA187D;
}
</style>
background-color css
<style>
a { background-color: #EA187D; }
a { background-color: rgb(234,24,125); }
div.DivClassName
{
background-color: #EA187D;
}
.BgClassName
{
background-color: #EA187D;
}
</style>
border-color css
<style>
span { border-color: #EA187D; }
span { border-color: rgb(234,24,125); }
td.TdClassName
{
border-color: #EA187D;
}
.TagClassName
{
border-color: #EA187D;
}
</style>