Shades of Deep Pink #EE1D7E
Tints of Deep Pink #EE1D7E
RGB
CMYK
RGB Variations
Color information
#EE1D7E (or 0xEE1D7E) is known color: Deep Pink. HEX triplet: EE, 1D and 7E. RGB value is (238,29,126). Sum of RGB (Red+Green+Blue) = 238+29+126=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D7E is #11E281. Grayscale: #666666. Windows color (decimal): -1172098 or 8265198. OLE color: 8265198.
HSL color Cylindrical-coordinate representation of color #EE1D7E: hue angle of 332.15º 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 #EE1D7E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 126 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.07 |
| HSL | 332.15º | 0.86% | 0.52% | - |
| HSV(B) | 332.15º | 0.88% | 0.93% | - |
| XYZ | 39.47 | 20.56 | 21.63 | - |
| YUV | 102.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 126 | 0 | 0.88 | 0.47 | 0.07 | 332.15 | 0.86 | 0.52 |
| Hex | EE | 1D | 7E | 0 | 58 | 2F | 7 | 14C | 56 | 34 |
| Octal | 356 | 35 | 176 | 0 | 130 | 57 | 7 | 514 | 126 | 64 |
| Binary | 11101110 | 11101 | 1111110 | 0 | 1011000 | 101111 | 111 | 101001100 | 1010110 | 110100 |
Color Harmonies of #EE1D7E
Complementary color
Monochromatic Colors of #EE1D7E
Black with #EE1D7E
Text Example
Text Example
White with #EE1D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D7E; }
p { color: rgb(238,29,126); }
H1.HeaderClassName
{
color: #EE1D7E;
}
.AnyTagClassName
{
color: #EE1D7E;
}
</style>
background-color css
<style>
a { background-color: #EE1D7E; }
a { background-color: rgb(238,29,126); }
div.DivClassName
{
background-color: #EE1D7E;
}
.BgClassName
{
background-color: #EE1D7E;
}
</style>
border-color css
<style>
span { border-color: #EE1D7E; }
span { border-color: rgb(238,29,126); }
td.TdClassName
{
border-color: #EE1D7E;
}
.TagClassName
{
border-color: #EE1D7E;
}
</style>