Shades of Deep Pink #EE1E8B
Tints of Deep Pink #EE1E8B
RGB
CMYK
RGB Variations
Color information
#EE1E8B (or 0xEE1E8B) is known color: Deep Pink. HEX triplet: EE, 1E and 8B. RGB value is (238,30,139). Sum of RGB (Red+Green+Blue) = 238+30+139=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1E8B is #11E174. Grayscale: #686868. Windows color (decimal): -1171829 or 9117422. OLE color: 9117422.
HSL color Cylindrical-coordinate representation of color #EE1E8B: hue angle of 328.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1E8B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 139 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.07 |
| HSL | 328.56º | 0.86% | 0.53% | - |
| HSV(B) | 328.56º | 0.87% | 0.93% | - |
| XYZ | 40.38 | 20.97 | 26.35 | - |
| YUV | 104.62 | 147.41 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 139 | 0 | 0.87 | 0.42 | 0.07 | 328.56 | 0.86 | 0.53 |
| Hex | EE | 1E | 8B | 0 | 57 | 2A | 7 | 149 | 56 | 35 |
| Octal | 356 | 36 | 213 | 0 | 127 | 52 | 7 | 511 | 126 | 65 |
| Binary | 11101110 | 11110 | 10001011 | 0 | 1010111 | 101010 | 111 | 101001001 | 1010110 | 110101 |
Color Harmonies of #EE1E8B
Complementary color
Monochromatic Colors of #EE1E8B
Black with #EE1E8B
Text Example
Text Example
White with #EE1E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E8B; }
p { color: rgb(238,30,139); }
H1.HeaderClassName
{
color: #EE1E8B;
}
.AnyTagClassName
{
color: #EE1E8B;
}
</style>
background-color css
<style>
a { background-color: #EE1E8B; }
a { background-color: rgb(238,30,139); }
div.DivClassName
{
background-color: #EE1E8B;
}
.BgClassName
{
background-color: #EE1E8B;
}
</style>
border-color css
<style>
span { border-color: #EE1E8B; }
span { border-color: rgb(238,30,139); }
td.TdClassName
{
border-color: #EE1E8B;
}
.TagClassName
{
border-color: #EE1E8B;
}
</style>