Shades of Deep Pink #EA178A
Tints of Deep Pink #EA178A
RGB
CMYK
RGB Variations
Color information
#EA178A (or 0xEA178A) is known color: Deep Pink. HEX triplet: EA, 17 and 8A. RGB value is (234,23,138). Sum of RGB (Red+Green+Blue) = 234+23+138=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA178A is #15E875. Grayscale: #626262. Windows color (decimal): -1435766 or 9050090. OLE color: 9050090.
HSL color Cylindrical-coordinate representation of color #EA178A: hue angle of 327.3º 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 #EA178A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.08 |
| HSL | 327.3º | 0.83% | 0.5% | - |
| HSV(B) | 327.3º | 0.9% | 0.92% | - |
| XYZ | 38.83 | 19.94 | 25.85 | - |
| YUV | 99.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 138 | 0 | 0.90 | 0.41 | 0.08 | 327.3 | 0.83 | 0.5 |
| Hex | EA | 17 | 8A | 0 | 5A | 29 | 8 | 147 | 53 | 32 |
| Octal | 352 | 27 | 212 | 0 | 132 | 51 | 10 | 507 | 123 | 62 |
| Binary | 11101010 | 10111 | 10001010 | 0 | 1011010 | 101001 | 1000 | 101000111 | 1010011 | 110010 |
Color Harmonies of #EA178A
Complementary color
Monochromatic Colors of #EA178A
Black with #EA178A
Text Example
Text Example
White with #EA178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA178A; }
p { color: rgb(234,23,138); }
H1.HeaderClassName
{
color: #EA178A;
}
.AnyTagClassName
{
color: #EA178A;
}
</style>
background-color css
<style>
a { background-color: #EA178A; }
a { background-color: rgb(234,23,138); }
div.DivClassName
{
background-color: #EA178A;
}
.BgClassName
{
background-color: #EA178A;
}
</style>
border-color css
<style>
span { border-color: #EA178A; }
span { border-color: rgb(234,23,138); }
td.TdClassName
{
border-color: #EA178A;
}
.TagClassName
{
border-color: #EA178A;
}
</style>