Shades of Deep Pink #EE0A81
Tints of Deep Pink #EE0A81
RGB
CMYK
RGB Variations
Color information
#EE0A81 (or 0xEE0A81) is known color: Deep Pink. HEX triplet: EE, 0A and 81. RGB value is (238,10,129). Sum of RGB (Red+Green+Blue) = 238+10+129=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A81 is #11F57E. Grayscale: #5B5B5B. Windows color (decimal): -1176959 or 8456942. OLE color: 8456942.
HSL color Cylindrical-coordinate representation of color #EE0A81: hue angle of 328.68º 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 #EE0A81 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 129 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.07 |
| HSL | 328.68º | 0.92% | 0.49% | - |
| HSV(B) | 328.68º | 0.96% | 0.93% | - |
| XYZ | 39.33 | 19.98 | 22.55 | - |
| YUV | 91.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 129 | 0 | 0.96 | 0.46 | 0.07 | 328.68 | 0.92 | 0.49 |
| Hex | EE | A | 81 | 0 | 60 | 2E | 7 | 149 | 5C | 31 |
| Octal | 356 | 12 | 201 | 0 | 140 | 56 | 7 | 511 | 134 | 61 |
| Binary | 11101110 | 1010 | 10000001 | 0 | 1100000 | 101110 | 111 | 101001001 | 1011100 | 110001 |
Color Harmonies of #EE0A81
Complementary color
Monochromatic Colors of #EE0A81
Black with #EE0A81
Text Example
Text Example
White with #EE0A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A81; }
p { color: rgb(238,10,129); }
H1.HeaderClassName
{
color: #EE0A81;
}
.AnyTagClassName
{
color: #EE0A81;
}
</style>
background-color css
<style>
a { background-color: #EE0A81; }
a { background-color: rgb(238,10,129); }
div.DivClassName
{
background-color: #EE0A81;
}
.BgClassName
{
background-color: #EE0A81;
}
</style>
border-color css
<style>
span { border-color: #EE0A81; }
span { border-color: rgb(238,10,129); }
td.TdClassName
{
border-color: #EE0A81;
}
.TagClassName
{
border-color: #EE0A81;
}
</style>