Shades of Deep Pink #EE1B7C
Tints of Deep Pink #EE1B7C
RGB
CMYK
RGB Variations
Color information
#EE1B7C (or 0xEE1B7C) is known color: Deep Pink. HEX triplet: EE, 1B and 7C. RGB value is (238,27,124). Sum of RGB (Red+Green+Blue) = 238+27+124=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1B7C is #11E483. Grayscale: #646464. Windows color (decimal): -1172612 or 8133614. OLE color: 8133614.
HSL color Cylindrical-coordinate representation of color #EE1B7C: hue angle of 332.42º 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 #EE1B7C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 124 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.07 |
| HSL | 332.42º | 0.86% | 0.52% | - |
| HSV(B) | 332.42º | 0.89% | 0.93% | - |
| XYZ | 39.29 | 20.42 | 20.94 | - |
| YUV | 101.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 124 | 0 | 0.89 | 0.48 | 0.07 | 332.42 | 0.86 | 0.52 |
| Hex | EE | 1B | 7C | 0 | 59 | 30 | 7 | 14C | 56 | 34 |
| Octal | 356 | 33 | 174 | 0 | 131 | 60 | 7 | 514 | 126 | 64 |
| Binary | 11101110 | 11011 | 1111100 | 0 | 1011001 | 110000 | 111 | 101001100 | 1010110 | 110100 |
Color Harmonies of #EE1B7C
Complementary color
Monochromatic Colors of #EE1B7C
Black with #EE1B7C
Text Example
Text Example
White with #EE1B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1B7C; }
p { color: rgb(238,27,124); }
H1.HeaderClassName
{
color: #EE1B7C;
}
.AnyTagClassName
{
color: #EE1B7C;
}
</style>
background-color css
<style>
a { background-color: #EE1B7C; }
a { background-color: rgb(238,27,124); }
div.DivClassName
{
background-color: #EE1B7C;
}
.BgClassName
{
background-color: #EE1B7C;
}
</style>
border-color css
<style>
span { border-color: #EE1B7C; }
span { border-color: rgb(238,27,124); }
td.TdClassName
{
border-color: #EE1B7C;
}
.TagClassName
{
border-color: #EE1B7C;
}
</style>