Shades of Deep Pink #EE1881
Tints of Deep Pink #EE1881
RGB
CMYK
RGB Variations
Color information
#EE1881 (or 0xEE1881) is known color: Deep Pink. HEX triplet: EE, 18 and 81. RGB value is (238,24,129). Sum of RGB (Red+Green+Blue) = 238+24+129=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1881 is #11E77E. Grayscale: #636363. Windows color (decimal): -1173375 or 8460526. OLE color: 8460526.
HSL color Cylindrical-coordinate representation of color #EE1881: hue angle of 330.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1881 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.07 |
| HSL | 330.56º | 0.86% | 0.51% | - |
| HSV(B) | 330.56º | 0.9% | 0.93% | - |
| XYZ | 39.55 | 20.42 | 22.62 | - |
| YUV | 99.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 129 | 0 | 0.90 | 0.46 | 0.07 | 330.56 | 0.86 | 0.51 |
| Hex | EE | 18 | 81 | 0 | 5A | 2E | 7 | 14B | 56 | 33 |
| Octal | 356 | 30 | 201 | 0 | 132 | 56 | 7 | 513 | 126 | 63 |
| Binary | 11101110 | 11000 | 10000001 | 0 | 1011010 | 101110 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #EE1881
Complementary color
Monochromatic Colors of #EE1881
Black with #EE1881
Text Example
Text Example
White with #EE1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1881; }
p { color: rgb(238,24,129); }
H1.HeaderClassName
{
color: #EE1881;
}
.AnyTagClassName
{
color: #EE1881;
}
</style>
background-color css
<style>
a { background-color: #EE1881; }
a { background-color: rgb(238,24,129); }
div.DivClassName
{
background-color: #EE1881;
}
.BgClassName
{
background-color: #EE1881;
}
</style>
border-color css
<style>
span { border-color: #EE1881; }
span { border-color: rgb(238,24,129); }
td.TdClassName
{
border-color: #EE1881;
}
.TagClassName
{
border-color: #EE1881;
}
</style>