Shades of Deep Pink #EE1882
Tints of Deep Pink #EE1882
RGB
CMYK
RGB Variations
Color information
#EE1882 (or 0xEE1882) is known color: Deep Pink. HEX triplet: EE, 18 and 82. RGB value is (238,24,130). Sum of RGB (Red+Green+Blue) = 238+24+130=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1882 is #11E77D. Grayscale: #636363. Windows color (decimal): -1173374 or 8526062. OLE color: 8526062.
HSL color Cylindrical-coordinate representation of color #EE1882: hue angle of 330.28º 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 #EE1882 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 130 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.07 |
| HSL | 330.28º | 0.86% | 0.51% | - |
| HSV(B) | 330.28º | 0.9% | 0.93% | - |
| XYZ | 39.62 | 20.44 | 22.98 | - |
| YUV | 100.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 130 | 0 | 0.90 | 0.45 | 0.07 | 330.28 | 0.86 | 0.51 |
| Hex | EE | 18 | 82 | 0 | 5A | 2D | 7 | 14A | 56 | 33 |
| Octal | 356 | 30 | 202 | 0 | 132 | 55 | 7 | 512 | 126 | 63 |
| Binary | 11101110 | 11000 | 10000010 | 0 | 1011010 | 101101 | 111 | 101001010 | 1010110 | 110011 |
Color Harmonies of #EE1882
Complementary color
Monochromatic Colors of #EE1882
Black with #EE1882
Text Example
Text Example
White with #EE1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1882; }
p { color: rgb(238,24,130); }
H1.HeaderClassName
{
color: #EE1882;
}
.AnyTagClassName
{
color: #EE1882;
}
</style>
background-color css
<style>
a { background-color: #EE1882; }
a { background-color: rgb(238,24,130); }
div.DivClassName
{
background-color: #EE1882;
}
.BgClassName
{
background-color: #EE1882;
}
</style>
border-color css
<style>
span { border-color: #EE1882; }
span { border-color: rgb(238,24,130); }
td.TdClassName
{
border-color: #EE1882;
}
.TagClassName
{
border-color: #EE1882;
}
</style>