Shades of Deep Pink #EA098D
Tints of Deep Pink #EA098D
RGB
CMYK
RGB Variations
Color information
#EA098D (or 0xEA098D) is known color: Deep Pink. HEX triplet: EA, 09 and 8D. RGB value is (234,9,141). Sum of RGB (Red+Green+Blue) = 234+9+141=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA098D is #15F672. Grayscale: #5B5B5B. Windows color (decimal): -1439347 or 9243114. OLE color: 9243114.
HSL color Cylindrical-coordinate representation of color #EA098D: hue angle of 324.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA098D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.08 |
| HSL | 324.8º | 0.93% | 0.48% | - |
| HSV(B) | 324.8º | 0.96% | 0.92% | - |
| XYZ | 38.84 | 19.61 | 26.94 | - |
| YUV | 91.32 | 156.04 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 141 | 0 | 0.96 | 0.40 | 0.08 | 324.8 | 0.93 | 0.48 |
| Hex | EA | 9 | 8D | 0 | 60 | 28 | 8 | 145 | 5D | 30 |
| Octal | 352 | 11 | 215 | 0 | 140 | 50 | 10 | 505 | 135 | 60 |
| Binary | 11101010 | 1001 | 10001101 | 0 | 1100000 | 101000 | 1000 | 101000101 | 1011101 | 110000 |
Color Harmonies of #EA098D
Complementary color
Monochromatic Colors of #EA098D
Black with #EA098D
Text Example
Text Example
White with #EA098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA098D; }
p { color: rgb(234,9,141); }
H1.HeaderClassName
{
color: #EA098D;
}
.AnyTagClassName
{
color: #EA098D;
}
</style>
background-color css
<style>
a { background-color: #EA098D; }
a { background-color: rgb(234,9,141); }
div.DivClassName
{
background-color: #EA098D;
}
.BgClassName
{
background-color: #EA098D;
}
</style>
border-color css
<style>
span { border-color: #EA098D; }
span { border-color: rgb(234,9,141); }
td.TdClassName
{
border-color: #EA098D;
}
.TagClassName
{
border-color: #EA098D;
}
</style>