Shades of Deep Pink #EA178D
Tints of Deep Pink #EA178D
RGB
CMYK
RGB Variations
Color information
#EA178D (or 0xEA178D) is known color: Deep Pink. HEX triplet: EA, 17 and 8D. RGB value is (234,23,141). Sum of RGB (Red+Green+Blue) = 234+23+141=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA178D is #15E872. Grayscale: #636363. Windows color (decimal): -1435763 or 9246698. OLE color: 9246698.
HSL color Cylindrical-coordinate representation of color #EA178D: hue angle of 326.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA178D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 141 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.08 |
| HSL | 326.45º | 0.83% | 0.5% | - |
| HSV(B) | 326.45º | 0.9% | 0.92% | - |
| XYZ | 39.05 | 20.03 | 27.01 | - |
| YUV | 99.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 141 | 0 | 0.90 | 0.40 | 0.08 | 326.45 | 0.83 | 0.5 |
| Hex | EA | 17 | 8D | 0 | 5A | 28 | 8 | 146 | 53 | 32 |
| Octal | 352 | 27 | 215 | 0 | 132 | 50 | 10 | 506 | 123 | 62 |
| Binary | 11101010 | 10111 | 10001101 | 0 | 1011010 | 101000 | 1000 | 101000110 | 1010011 | 110010 |
Color Harmonies of #EA178D
Complementary color
Monochromatic Colors of #EA178D
Black with #EA178D
Text Example
Text Example
White with #EA178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA178D; }
p { color: rgb(234,23,141); }
H1.HeaderClassName
{
color: #EA178D;
}
.AnyTagClassName
{
color: #EA178D;
}
</style>
background-color css
<style>
a { background-color: #EA178D; }
a { background-color: rgb(234,23,141); }
div.DivClassName
{
background-color: #EA178D;
}
.BgClassName
{
background-color: #EA178D;
}
</style>
border-color css
<style>
span { border-color: #EA178D; }
span { border-color: rgb(234,23,141); }
td.TdClassName
{
border-color: #EA178D;
}
.TagClassName
{
border-color: #EA178D;
}
</style>