Shades of Deep Pink #EA1885
Tints of Deep Pink #EA1885
RGB
CMYK
RGB Variations
Color information
#EA1885 (or 0xEA1885) is known color: Deep Pink. HEX triplet: EA, 18 and 85. RGB value is (234,24,133). Sum of RGB (Red+Green+Blue) = 234+24+133=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1885 is #15E77A. Grayscale: #626262. Windows color (decimal): -1435515 or 8722666. OLE color: 8722666.
HSL color Cylindrical-coordinate representation of color #EA1885: hue angle of 328.86º 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 #EA1885 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 133 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.08 |
| HSL | 328.86º | 0.83% | 0.51% | - |
| HSV(B) | 328.86º | 0.9% | 0.92% | - |
| XYZ | 38.49 | 19.84 | 23.99 | - |
| YUV | 99.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 133 | 0 | 0.90 | 0.43 | 0.08 | 328.86 | 0.83 | 0.51 |
| Hex | EA | 18 | 85 | 0 | 5A | 2B | 8 | 149 | 53 | 33 |
| Octal | 352 | 30 | 205 | 0 | 132 | 53 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11000 | 10000101 | 0 | 1011010 | 101011 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1885
Complementary color
Monochromatic Colors of #EA1885
Black with #EA1885
Text Example
Text Example
White with #EA1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1885; }
p { color: rgb(234,24,133); }
H1.HeaderClassName
{
color: #EA1885;
}
.AnyTagClassName
{
color: #EA1885;
}
</style>
background-color css
<style>
a { background-color: #EA1885; }
a { background-color: rgb(234,24,133); }
div.DivClassName
{
background-color: #EA1885;
}
.BgClassName
{
background-color: #EA1885;
}
</style>
border-color css
<style>
span { border-color: #EA1885; }
span { border-color: rgb(234,24,133); }
td.TdClassName
{
border-color: #EA1885;
}
.TagClassName
{
border-color: #EA1885;
}
</style>