Shades of Deep Pink #EA128C
Tints of Deep Pink #EA128C
RGB
CMYK
RGB Variations
Color information
#EA128C (or 0xEA128C) is known color: Deep Pink. HEX triplet: EA, 12 and 8C. RGB value is (234,18,140). Sum of RGB (Red+Green+Blue) = 234+18+140=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA128C is #15ED73. Grayscale: #606060. Windows color (decimal): -1437044 or 9179882. OLE color: 9179882.
HSL color Cylindrical-coordinate representation of color #EA128C: hue angle of 326.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA128C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.08 |
| HSL | 326.11º | 0.86% | 0.49% | - |
| HSV(B) | 326.11º | 0.92% | 0.92% | - |
| XYZ | 38.88 | 19.82 | 26.59 | - |
| YUV | 96.49 | 152.56 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 140 | 0 | 0.92 | 0.40 | 0.08 | 326.11 | 0.86 | 0.49 |
| Hex | EA | 12 | 8C | 0 | 5C | 28 | 8 | 146 | 56 | 31 |
| Octal | 352 | 22 | 214 | 0 | 134 | 50 | 10 | 506 | 126 | 61 |
| Binary | 11101010 | 10010 | 10001100 | 0 | 1011100 | 101000 | 1000 | 101000110 | 1010110 | 110001 |
Color Harmonies of #EA128C
Complementary color
Monochromatic Colors of #EA128C
Black with #EA128C
Text Example
Text Example
White with #EA128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA128C; }
p { color: rgb(234,18,140); }
H1.HeaderClassName
{
color: #EA128C;
}
.AnyTagClassName
{
color: #EA128C;
}
</style>
background-color css
<style>
a { background-color: #EA128C; }
a { background-color: rgb(234,18,140); }
div.DivClassName
{
background-color: #EA128C;
}
.BgClassName
{
background-color: #EA128C;
}
</style>
border-color css
<style>
span { border-color: #EA128C; }
span { border-color: rgb(234,18,140); }
td.TdClassName
{
border-color: #EA128C;
}
.TagClassName
{
border-color: #EA128C;
}
</style>