Shades of Deep Pink #EA1886
Tints of Deep Pink #EA1886
RGB
CMYK
RGB Variations
Color information
#EA1886 (or 0xEA1886) is known color: Deep Pink. HEX triplet: EA, 18 and 86. RGB value is (234,24,134). Sum of RGB (Red+Green+Blue) = 234+24+134=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1886 is #15E779. Grayscale: #636363. Windows color (decimal): -1435514 or 8788202. OLE color: 8788202.
HSL color Cylindrical-coordinate representation of color #EA1886: hue angle of 328.57º 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 #EA1886 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 134 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.08 |
| HSL | 328.57º | 0.83% | 0.51% | - |
| HSV(B) | 328.57º | 0.9% | 0.92% | - |
| XYZ | 38.56 | 19.87 | 24.36 | - |
| YUV | 99.33 | 147.57 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 134 | 0 | 0.90 | 0.43 | 0.08 | 328.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 86 | 0 | 5A | 2B | 8 | 149 | 53 | 33 |
| Octal | 352 | 30 | 206 | 0 | 132 | 53 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11000 | 10000110 | 0 | 1011010 | 101011 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1886
Complementary color
Monochromatic Colors of #EA1886
Black with #EA1886
Text Example
Text Example
White with #EA1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1886; }
p { color: rgb(234,24,134); }
H1.HeaderClassName
{
color: #EA1886;
}
.AnyTagClassName
{
color: #EA1886;
}
</style>
background-color css
<style>
a { background-color: #EA1886; }
a { background-color: rgb(234,24,134); }
div.DivClassName
{
background-color: #EA1886;
}
.BgClassName
{
background-color: #EA1886;
}
</style>
border-color css
<style>
span { border-color: #EA1886; }
span { border-color: rgb(234,24,134); }
td.TdClassName
{
border-color: #EA1886;
}
.TagClassName
{
border-color: #EA1886;
}
</style>