Shades of Deep Pink #EE1D90
Tints of Deep Pink #EE1D90
RGB
CMYK
RGB Variations
Color information
#EE1D90 (or 0xEE1D90) is known color: Deep Pink. HEX triplet: EE, 1D and 90. RGB value is (238,29,144). Sum of RGB (Red+Green+Blue) = 238+29+144=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D90 is #11E26F. Grayscale: #686868. Windows color (decimal): -1172080 or 9444846. OLE color: 9444846.
HSL color Cylindrical-coordinate representation of color #EE1D90: hue angle of 326.99º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D90 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 144 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.07 |
| HSL | 326.99º | 0.86% | 0.52% | - |
| HSV(B) | 326.99º | 0.88% | 0.93% | - |
| XYZ | 40.73 | 21.07 | 28.31 | - |
| YUV | 104.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 144 | 0 | 0.88 | 0.39 | 0.07 | 326.99 | 0.86 | 0.52 |
| Hex | EE | 1D | 90 | 0 | 58 | 27 | 7 | 147 | 56 | 34 |
| Octal | 356 | 35 | 220 | 0 | 130 | 47 | 7 | 507 | 126 | 64 |
| Binary | 11101110 | 11101 | 10010000 | 0 | 1011000 | 100111 | 111 | 101000111 | 1010110 | 110100 |
Color Harmonies of #EE1D90
Complementary color
Monochromatic Colors of #EE1D90
Black with #EE1D90
Text Example
Text Example
White with #EE1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D90; }
p { color: rgb(238,29,144); }
H1.HeaderClassName
{
color: #EE1D90;
}
.AnyTagClassName
{
color: #EE1D90;
}
</style>
background-color css
<style>
a { background-color: #EE1D90; }
a { background-color: rgb(238,29,144); }
div.DivClassName
{
background-color: #EE1D90;
}
.BgClassName
{
background-color: #EE1D90;
}
</style>
border-color css
<style>
span { border-color: #EE1D90; }
span { border-color: rgb(238,29,144); }
td.TdClassName
{
border-color: #EE1D90;
}
.TagClassName
{
border-color: #EE1D90;
}
</style>