Shades of Deep Pink #EE1B8C
Tints of Deep Pink #EE1B8C
RGB
CMYK
RGB Variations
Color information
#EE1B8C (or 0xEE1B8C) is known color: Deep Pink. HEX triplet: EE, 1B and 8C. RGB value is (238,27,140). Sum of RGB (Red+Green+Blue) = 238+27+140=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1B8C is #11E473. Grayscale: #666666. Windows color (decimal): -1172596 or 9182190. OLE color: 9182190.
HSL color Cylindrical-coordinate representation of color #EE1B8C: hue angle of 327.87º 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 #EE1B8C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 140 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.07 |
| HSL | 327.87º | 0.86% | 0.52% | - |
| HSV(B) | 327.87º | 0.89% | 0.93% | - |
| XYZ | 40.39 | 20.85 | 26.71 | - |
| YUV | 102.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 140 | 0 | 0.89 | 0.41 | 0.07 | 327.87 | 0.86 | 0.52 |
| Hex | EE | 1B | 8C | 0 | 59 | 29 | 7 | 148 | 56 | 34 |
| Octal | 356 | 33 | 214 | 0 | 131 | 51 | 7 | 510 | 126 | 64 |
| Binary | 11101110 | 11011 | 10001100 | 0 | 1011001 | 101001 | 111 | 101001000 | 1010110 | 110100 |
Color Harmonies of #EE1B8C
Complementary color
Monochromatic Colors of #EE1B8C
Black with #EE1B8C
Text Example
Text Example
White with #EE1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1B8C; }
p { color: rgb(238,27,140); }
H1.HeaderClassName
{
color: #EE1B8C;
}
.AnyTagClassName
{
color: #EE1B8C;
}
</style>
background-color css
<style>
a { background-color: #EE1B8C; }
a { background-color: rgb(238,27,140); }
div.DivClassName
{
background-color: #EE1B8C;
}
.BgClassName
{
background-color: #EE1B8C;
}
</style>
border-color css
<style>
span { border-color: #EE1B8C; }
span { border-color: rgb(238,27,140); }
td.TdClassName
{
border-color: #EE1B8C;
}
.TagClassName
{
border-color: #EE1B8C;
}
</style>