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