Shades of Deep Pink #EA1A88
Tints of Deep Pink #EA1A88
RGB
CMYK
RGB Variations
Color information
#EA1A88 (or 0xEA1A88) is known color: Deep Pink. HEX triplet: EA, 1A and 88. RGB value is (234,26,136). Sum of RGB (Red+Green+Blue) = 234+26+136=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1A88 is #15E577. Grayscale: #646464. Windows color (decimal): -1435000 or 8919786. OLE color: 8919786.
HSL color Cylindrical-coordinate representation of color #EA1A88: hue angle of 328.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A88 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 136 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.08 |
| HSL | 328.27º | 0.83% | 0.51% | - |
| HSV(B) | 328.27º | 0.89% | 0.92% | - |
| XYZ | 38.75 | 20.01 | 25.11 | - |
| YUV | 100.73 | 147.91 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 136 | 0 | 0.89 | 0.42 | 0.08 | 328.27 | 0.83 | 0.51 |
| Hex | EA | 1A | 88 | 0 | 59 | 2A | 8 | 148 | 53 | 33 |
| Octal | 352 | 32 | 210 | 0 | 131 | 52 | 10 | 510 | 123 | 63 |
| Binary | 11101010 | 11010 | 10001000 | 0 | 1011001 | 101010 | 1000 | 101001000 | 1010011 | 110011 |
Color Harmonies of #EA1A88
Complementary color
Monochromatic Colors of #EA1A88
Black with #EA1A88
Text Example
Text Example
White with #EA1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A88; }
p { color: rgb(234,26,136); }
H1.HeaderClassName
{
color: #EA1A88;
}
.AnyTagClassName
{
color: #EA1A88;
}
</style>
background-color css
<style>
a { background-color: #EA1A88; }
a { background-color: rgb(234,26,136); }
div.DivClassName
{
background-color: #EA1A88;
}
.BgClassName
{
background-color: #EA1A88;
}
</style>
border-color css
<style>
span { border-color: #EA1A88; }
span { border-color: rgb(234,26,136); }
td.TdClassName
{
border-color: #EA1A88;
}
.TagClassName
{
border-color: #EA1A88;
}
</style>