Shades of Deep Pink #EE1682
Tints of Deep Pink #EE1682
RGB
CMYK
RGB Variations
Color information
#EE1682 (or 0xEE1682) is known color: Deep Pink. HEX triplet: EE, 16 and 82. RGB value is (238,22,130). Sum of RGB (Red+Green+Blue) = 238+22+130=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1682 is #11E97D. Grayscale: #626262. Windows color (decimal): -1173886 or 8525550. OLE color: 8525550.
HSL color Cylindrical-coordinate representation of color #EE1682: hue angle of 330º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1682 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 130 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.07 |
| HSL | 330º | 0.86% | 0.51% | - |
| HSV(B) | 330º | 0.91% | 0.93% | - |
| XYZ | 39.58 | 20.36 | 22.96 | - |
| YUV | 98.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 130 | 0 | 0.91 | 0.45 | 0.07 | 330 | 0.86 | 0.51 |
| Hex | EE | 16 | 82 | 0 | 5B | 2D | 7 | 14A | 56 | 33 |
| Octal | 356 | 26 | 202 | 0 | 133 | 55 | 7 | 512 | 126 | 63 |
| Binary | 11101110 | 10110 | 10000010 | 0 | 1011011 | 101101 | 111 | 101001010 | 1010110 | 110011 |
Color Harmonies of #EE1682
Complementary color
Monochromatic Colors of #EE1682
Black with #EE1682
Text Example
Text Example
White with #EE1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1682; }
p { color: rgb(238,22,130); }
H1.HeaderClassName
{
color: #EE1682;
}
.AnyTagClassName
{
color: #EE1682;
}
</style>
background-color css
<style>
a { background-color: #EE1682; }
a { background-color: rgb(238,22,130); }
div.DivClassName
{
background-color: #EE1682;
}
.BgClassName
{
background-color: #EE1682;
}
</style>
border-color css
<style>
span { border-color: #EE1682; }
span { border-color: rgb(238,22,130); }
td.TdClassName
{
border-color: #EE1682;
}
.TagClassName
{
border-color: #EE1682;
}
</style>