Shades of Deep Pink #EE1B8D
Tints of Deep Pink #EE1B8D
RGB
CMYK
RGB Variations
Color information
#EE1B8D (or 0xEE1B8D) is known color: Deep Pink. HEX triplet: EE, 1B and 8D. RGB value is (238,27,141). Sum of RGB (Red+Green+Blue) = 238+27+141=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1B8D is #11E472. Grayscale: #666666. Windows color (decimal): -1172595 or 9247726. OLE color: 9247726.
HSL color Cylindrical-coordinate representation of color #EE1B8D: hue angle of 327.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1B8D is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 141 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.07 |
| HSL | 327.58º | 0.86% | 0.52% | - |
| HSV(B) | 327.58º | 0.89% | 0.93% | - |
| XYZ | 40.46 | 20.88 | 27.1 | - |
| YUV | 103.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 141 | 0 | 0.89 | 0.41 | 0.07 | 327.58 | 0.86 | 0.52 |
| Hex | EE | 1B | 8D | 0 | 59 | 29 | 7 | 148 | 56 | 34 |
| Octal | 356 | 33 | 215 | 0 | 131 | 51 | 7 | 510 | 126 | 64 |
| Binary | 11101110 | 11011 | 10001101 | 0 | 1011001 | 101001 | 111 | 101001000 | 1010110 | 110100 |
Color Harmonies of #EE1B8D
Complementary color
Monochromatic Colors of #EE1B8D
Black with #EE1B8D
Text Example
Text Example
White with #EE1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1B8D; }
p { color: rgb(238,27,141); }
H1.HeaderClassName
{
color: #EE1B8D;
}
.AnyTagClassName
{
color: #EE1B8D;
}
</style>
background-color css
<style>
a { background-color: #EE1B8D; }
a { background-color: rgb(238,27,141); }
div.DivClassName
{
background-color: #EE1B8D;
}
.BgClassName
{
background-color: #EE1B8D;
}
</style>
border-color css
<style>
span { border-color: #EE1B8D; }
span { border-color: rgb(238,27,141); }
td.TdClassName
{
border-color: #EE1B8D;
}
.TagClassName
{
border-color: #EE1B8D;
}
</style>