Shades of Deep Pink #EA198A
Tints of Deep Pink #EA198A
RGB
CMYK
RGB Variations
Color information
#EA198A (or 0xEA198A) is known color: Deep Pink. HEX triplet: EA, 19 and 8A. RGB value is (234,25,138). Sum of RGB (Red+Green+Blue) = 234+25+138=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA198A is #15E675. Grayscale: #646464. Windows color (decimal): -1435254 or 9050602. OLE color: 9050602.
HSL color Cylindrical-coordinate representation of color #EA198A: hue angle of 327.56º 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 #EA198A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.08 |
| HSL | 327.56º | 0.83% | 0.51% | - |
| HSV(B) | 327.56º | 0.89% | 0.92% | - |
| XYZ | 38.87 | 20.02 | 25.86 | - |
| YUV | 100.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 138 | 0 | 0.89 | 0.41 | 0.08 | 327.56 | 0.83 | 0.51 |
| Hex | EA | 19 | 8A | 0 | 59 | 29 | 8 | 148 | 53 | 33 |
| Octal | 352 | 31 | 212 | 0 | 131 | 51 | 10 | 510 | 123 | 63 |
| Binary | 11101010 | 11001 | 10001010 | 0 | 1011001 | 101001 | 1000 | 101001000 | 1010011 | 110011 |
Color Harmonies of #EA198A
Complementary color
Monochromatic Colors of #EA198A
Black with #EA198A
Text Example
Text Example
White with #EA198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA198A; }
p { color: rgb(234,25,138); }
H1.HeaderClassName
{
color: #EA198A;
}
.AnyTagClassName
{
color: #EA198A;
}
</style>
background-color css
<style>
a { background-color: #EA198A; }
a { background-color: rgb(234,25,138); }
div.DivClassName
{
background-color: #EA198A;
}
.BgClassName
{
background-color: #EA198A;
}
</style>
border-color css
<style>
span { border-color: #EA198A; }
span { border-color: rgb(234,25,138); }
td.TdClassName
{
border-color: #EA198A;
}
.TagClassName
{
border-color: #EA198A;
}
</style>