Shades of Deep Pink #EA188E
Tints of Deep Pink #EA188E
RGB
CMYK
RGB Variations
Color information
#EA188E (or 0xEA188E) is known color: Deep Pink. HEX triplet: EA, 18 and 8E. RGB value is (234,24,142). Sum of RGB (Red+Green+Blue) = 234+24+142=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA188E is #15E771. Grayscale: #636363. Windows color (decimal): -1435506 or 9312490. OLE color: 9312490.
HSL color Cylindrical-coordinate representation of color #EA188E: hue angle of 326.29º 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 #EA188E is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 142 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.08 |
| HSL | 326.29º | 0.83% | 0.51% | - |
| HSV(B) | 326.29º | 0.9% | 0.92% | - |
| XYZ | 39.14 | 20.1 | 27.41 | - |
| YUV | 100.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 142 | 0 | 0.90 | 0.39 | 0.08 | 326.29 | 0.83 | 0.51 |
| Hex | EA | 18 | 8E | 0 | 5A | 27 | 8 | 146 | 53 | 33 |
| Octal | 352 | 30 | 216 | 0 | 132 | 47 | 10 | 506 | 123 | 63 |
| Binary | 11101010 | 11000 | 10001110 | 0 | 1011010 | 100111 | 1000 | 101000110 | 1010011 | 110011 |
Color Harmonies of #EA188E
Complementary color
Monochromatic Colors of #EA188E
Black with #EA188E
Text Example
Text Example
White with #EA188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA188E; }
p { color: rgb(234,24,142); }
H1.HeaderClassName
{
color: #EA188E;
}
.AnyTagClassName
{
color: #EA188E;
}
</style>
background-color css
<style>
a { background-color: #EA188E; }
a { background-color: rgb(234,24,142); }
div.DivClassName
{
background-color: #EA188E;
}
.BgClassName
{
background-color: #EA188E;
}
</style>
border-color css
<style>
span { border-color: #EA188E; }
span { border-color: rgb(234,24,142); }
td.TdClassName
{
border-color: #EA188E;
}
.TagClassName
{
border-color: #EA188E;
}
</style>