Shades of Deep Pink #EE1D8F
Tints of Deep Pink #EE1D8F
RGB
CMYK
RGB Variations
Color information
#EE1D8F (or 0xEE1D8F) is known color: Deep Pink. HEX triplet: EE, 1D and 8F. RGB value is (238,29,143). Sum of RGB (Red+Green+Blue) = 238+29+143=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D8F is #11E270. Grayscale: #686868. Windows color (decimal): -1172081 or 9379310. OLE color: 9379310.
HSL color Cylindrical-coordinate representation of color #EE1D8F: hue angle of 327.27º 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 #EE1D8F is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 143 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.07 |
| HSL | 327.27º | 0.86% | 0.52% | - |
| HSV(B) | 327.27º | 0.88% | 0.93% | - |
| XYZ | 40.66 | 21.04 | 27.9 | - |
| YUV | 104.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 143 | 0 | 0.88 | 0.40 | 0.07 | 327.27 | 0.86 | 0.52 |
| Hex | EE | 1D | 8F | 0 | 58 | 28 | 7 | 147 | 56 | 34 |
| Octal | 356 | 35 | 217 | 0 | 130 | 50 | 7 | 507 | 126 | 64 |
| Binary | 11101110 | 11101 | 10001111 | 0 | 1011000 | 101000 | 111 | 101000111 | 1010110 | 110100 |
Color Harmonies of #EE1D8F
Complementary color
Monochromatic Colors of #EE1D8F
Black with #EE1D8F
Text Example
Text Example
White with #EE1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D8F; }
p { color: rgb(238,29,143); }
H1.HeaderClassName
{
color: #EE1D8F;
}
.AnyTagClassName
{
color: #EE1D8F;
}
</style>
background-color css
<style>
a { background-color: #EE1D8F; }
a { background-color: rgb(238,29,143); }
div.DivClassName
{
background-color: #EE1D8F;
}
.BgClassName
{
background-color: #EE1D8F;
}
</style>
border-color css
<style>
span { border-color: #EE1D8F; }
span { border-color: rgb(238,29,143); }
td.TdClassName
{
border-color: #EE1D8F;
}
.TagClassName
{
border-color: #EE1D8F;
}
</style>