Shades of Deep Pink #EE1B8E
Tints of Deep Pink #EE1B8E
RGB
CMYK
RGB Variations
Color information
#EE1B8E (or 0xEE1B8E) is known color: Deep Pink. HEX triplet: EE, 1B and 8E. RGB value is (238,27,142). Sum of RGB (Red+Green+Blue) = 238+27+142=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1B8E is #11E471. Grayscale: #666666. Windows color (decimal): -1172594 or 9313262. OLE color: 9313262.
HSL color Cylindrical-coordinate representation of color #EE1B8E: hue angle of 327.3º 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 #EE1B8E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 142 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.07 |
| HSL | 327.3º | 0.86% | 0.52% | - |
| HSV(B) | 327.3º | 0.89% | 0.93% | - |
| XYZ | 40.53 | 20.91 | 27.49 | - |
| YUV | 103.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 142 | 0 | 0.89 | 0.40 | 0.07 | 327.3 | 0.86 | 0.52 |
| Hex | EE | 1B | 8E | 0 | 59 | 28 | 7 | 147 | 56 | 34 |
| Octal | 356 | 33 | 216 | 0 | 131 | 50 | 7 | 507 | 126 | 64 |
| Binary | 11101110 | 11011 | 10001110 | 0 | 1011001 | 101000 | 111 | 101000111 | 1010110 | 110100 |
Color Harmonies of #EE1B8E
Complementary color
Monochromatic Colors of #EE1B8E
Black with #EE1B8E
Text Example
Text Example
White with #EE1B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1B8E; }
p { color: rgb(238,27,142); }
H1.HeaderClassName
{
color: #EE1B8E;
}
.AnyTagClassName
{
color: #EE1B8E;
}
</style>
background-color css
<style>
a { background-color: #EE1B8E; }
a { background-color: rgb(238,27,142); }
div.DivClassName
{
background-color: #EE1B8E;
}
.BgClassName
{
background-color: #EE1B8E;
}
</style>
border-color css
<style>
span { border-color: #EE1B8E; }
span { border-color: rgb(238,27,142); }
td.TdClassName
{
border-color: #EE1B8E;
}
.TagClassName
{
border-color: #EE1B8E;
}
</style>