Shades of Deep Pink #EE1E80
Tints of Deep Pink #EE1E80
RGB
CMYK
RGB Variations
Color information
#EE1E80 (or 0xEE1E80) is known color: Deep Pink. HEX triplet: EE, 1E and 80. RGB value is (238,30,128). Sum of RGB (Red+Green+Blue) = 238+30+128=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1E80 is #11E17F. Grayscale: #676767. Windows color (decimal): -1171840 or 8396526. OLE color: 8396526.
HSL color Cylindrical-coordinate representation of color #EE1E80: hue angle of 331.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1E80 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 128 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.07 |
| HSL | 331.73º | 0.86% | 0.53% | - |
| HSV(B) | 331.73º | 0.87% | 0.93% | - |
| XYZ | 39.62 | 20.66 | 22.32 | - |
| YUV | 103.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 128 | 0 | 0.87 | 0.46 | 0.07 | 331.73 | 0.86 | 0.53 |
| Hex | EE | 1E | 80 | 0 | 57 | 2E | 7 | 14C | 56 | 35 |
| Octal | 356 | 36 | 200 | 0 | 127 | 56 | 7 | 514 | 126 | 65 |
| Binary | 11101110 | 11110 | 10000000 | 0 | 1010111 | 101110 | 111 | 101001100 | 1010110 | 110101 |
Color Harmonies of #EE1E80
Complementary color
Monochromatic Colors of #EE1E80
Black with #EE1E80
Text Example
Text Example
White with #EE1E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E80; }
p { color: rgb(238,30,128); }
H1.HeaderClassName
{
color: #EE1E80;
}
.AnyTagClassName
{
color: #EE1E80;
}
</style>
background-color css
<style>
a { background-color: #EE1E80; }
a { background-color: rgb(238,30,128); }
div.DivClassName
{
background-color: #EE1E80;
}
.BgClassName
{
background-color: #EE1E80;
}
</style>
border-color css
<style>
span { border-color: #EE1E80; }
span { border-color: rgb(238,30,128); }
td.TdClassName
{
border-color: #EE1E80;
}
.TagClassName
{
border-color: #EE1E80;
}
</style>