Shades of Deep Pink #EA198C
Tints of Deep Pink #EA198C
RGB
CMYK
RGB Variations
Color information
#EA198C (or 0xEA198C) is known color: Deep Pink. HEX triplet: EA, 19 and 8C. RGB value is (234,25,140). Sum of RGB (Red+Green+Blue) = 234+25+140=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA198C is #15E673. Grayscale: #646464. Windows color (decimal): -1435252 or 9181674. OLE color: 9181674.
HSL color Cylindrical-coordinate representation of color #EA198C: hue angle of 326.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA198C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 140 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.08 |
| HSL | 326.99º | 0.83% | 0.51% | - |
| HSV(B) | 326.99º | 0.89% | 0.92% | - |
| XYZ | 39.01 | 20.08 | 26.63 | - |
| YUV | 100.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 140 | 0 | 0.89 | 0.40 | 0.08 | 326.99 | 0.83 | 0.51 |
| Hex | EA | 19 | 8C | 0 | 59 | 28 | 8 | 147 | 53 | 33 |
| Octal | 352 | 31 | 214 | 0 | 131 | 50 | 10 | 507 | 123 | 63 |
| Binary | 11101010 | 11001 | 10001100 | 0 | 1011001 | 101000 | 1000 | 101000111 | 1010011 | 110011 |
Color Harmonies of #EA198C
Complementary color
Monochromatic Colors of #EA198C
Black with #EA198C
Text Example
Text Example
White with #EA198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA198C; }
p { color: rgb(234,25,140); }
H1.HeaderClassName
{
color: #EA198C;
}
.AnyTagClassName
{
color: #EA198C;
}
</style>
background-color css
<style>
a { background-color: #EA198C; }
a { background-color: rgb(234,25,140); }
div.DivClassName
{
background-color: #EA198C;
}
.BgClassName
{
background-color: #EA198C;
}
</style>
border-color css
<style>
span { border-color: #EA198C; }
span { border-color: rgb(234,25,140); }
td.TdClassName
{
border-color: #EA198C;
}
.TagClassName
{
border-color: #EA198C;
}
</style>