Shades of Deep Pink #EA188A
Tints of Deep Pink #EA188A
RGB
CMYK
RGB Variations
Color information
#EA188A (or 0xEA188A) is known color: Deep Pink. HEX triplet: EA, 18 and 8A. RGB value is (234,24,138). Sum of RGB (Red+Green+Blue) = 234+24+138=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA188A is #15E775. Grayscale: #636363. Windows color (decimal): -1435510 or 9050346. OLE color: 9050346.
HSL color Cylindrical-coordinate representation of color #EA188A: hue angle of 327.43º 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 #EA188A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 138 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.08 |
| HSL | 327.43º | 0.83% | 0.51% | - |
| HSV(B) | 327.43º | 0.9% | 0.92% | - |
| XYZ | 38.85 | 19.98 | 25.85 | - |
| YUV | 99.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 138 | 0 | 0.90 | 0.41 | 0.08 | 327.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 8A | 0 | 5A | 29 | 8 | 147 | 53 | 33 |
| Octal | 352 | 30 | 212 | 0 | 132 | 51 | 10 | 507 | 123 | 63 |
| Binary | 11101010 | 11000 | 10001010 | 0 | 1011010 | 101001 | 1000 | 101000111 | 1010011 | 110011 |
Color Harmonies of #EA188A
Complementary color
Monochromatic Colors of #EA188A
Black with #EA188A
Text Example
Text Example
White with #EA188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA188A; }
p { color: rgb(234,24,138); }
H1.HeaderClassName
{
color: #EA188A;
}
.AnyTagClassName
{
color: #EA188A;
}
</style>
background-color css
<style>
a { background-color: #EA188A; }
a { background-color: rgb(234,24,138); }
div.DivClassName
{
background-color: #EA188A;
}
.BgClassName
{
background-color: #EA188A;
}
</style>
border-color css
<style>
span { border-color: #EA188A; }
span { border-color: rgb(234,24,138); }
td.TdClassName
{
border-color: #EA188A;
}
.TagClassName
{
border-color: #EA188A;
}
</style>