Shades of Deep Pink #EE0A90
Tints of Deep Pink #EE0A90
RGB
CMYK
RGB Variations
Color information
#EE0A90 (or 0xEE0A90) is known color: Deep Pink. HEX triplet: EE, 0A and 90. RGB value is (238,10,144). Sum of RGB (Red+Green+Blue) = 238+10+144=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A90 is #11F56F. Grayscale: #5D5D5D. Windows color (decimal): -1176944 or 9439982. OLE color: 9439982.
HSL color Cylindrical-coordinate representation of color #EE0A90: hue angle of 324.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A90 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.07 |
| HSL | 324.74º | 0.92% | 0.49% | - |
| HSV(B) | 324.74º | 0.96% | 0.93% | - |
| XYZ | 40.4 | 20.41 | 28.2 | - |
| YUV | 93.45 | 156.54 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 144 | 0 | 0.96 | 0.39 | 0.07 | 324.74 | 0.92 | 0.49 |
| Hex | EE | A | 90 | 0 | 60 | 27 | 7 | 145 | 5C | 31 |
| Octal | 356 | 12 | 220 | 0 | 140 | 47 | 7 | 505 | 134 | 61 |
| Binary | 11101110 | 1010 | 10010000 | 0 | 1100000 | 100111 | 111 | 101000101 | 1011100 | 110001 |
Color Harmonies of #EE0A90
Complementary color
Monochromatic Colors of #EE0A90
Black with #EE0A90
Text Example
Text Example
White with #EE0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A90; }
p { color: rgb(238,10,144); }
H1.HeaderClassName
{
color: #EE0A90;
}
.AnyTagClassName
{
color: #EE0A90;
}
</style>
background-color css
<style>
a { background-color: #EE0A90; }
a { background-color: rgb(238,10,144); }
div.DivClassName
{
background-color: #EE0A90;
}
.BgClassName
{
background-color: #EE0A90;
}
</style>
border-color css
<style>
span { border-color: #EE0A90; }
span { border-color: rgb(238,10,144); }
td.TdClassName
{
border-color: #EE0A90;
}
.TagClassName
{
border-color: #EE0A90;
}
</style>