Shades of Shocking Pink #EE1DB8
Tints of Shocking Pink #EE1DB8
RGB
CMYK
RGB Variations
Color information
#EE1DB8 (or 0xEE1DB8) is known color: Shocking Pink. HEX triplet: EE, 1D and B8. RGB value is (238,29,184). Sum of RGB (Red+Green+Blue) = 238+29+184=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DB8 is #11E247. Grayscale: #6C6C6C. Windows color (decimal): -1172040 or 12066286. OLE color: 12066286.
HSL color Cylindrical-coordinate representation of color #EE1DB8: hue angle of 315.5º 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 #EE1DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.07 |
| HSL | 315.5º | 0.86% | 0.52% | - |
| HSV(B) | 315.5º | 0.88% | 0.93% | - |
| XYZ | 44.35 | 22.52 | 47.36 | - |
| YUV | 109.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 184 | 0 | 0.88 | 0.23 | 0.07 | 315.5 | 0.86 | 0.52 |
| Hex | EE | 1D | B8 | 0 | 58 | 17 | 7 | 13C | 56 | 34 |
| Octal | 356 | 35 | 270 | 0 | 130 | 27 | 7 | 474 | 126 | 64 |
| Binary | 11101110 | 11101 | 10111000 | 0 | 1011000 | 10111 | 111 | 100111100 | 1010110 | 110100 |
Color Harmonies of #EE1DB8
Complementary color
Monochromatic Colors of #EE1DB8
Black with #EE1DB8
Text Example
Text Example
White with #EE1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DB8; }
p { color: rgb(238,29,184); }
H1.HeaderClassName
{
color: #EE1DB8;
}
.AnyTagClassName
{
color: #EE1DB8;
}
</style>
background-color css
<style>
a { background-color: #EE1DB8; }
a { background-color: rgb(238,29,184); }
div.DivClassName
{
background-color: #EE1DB8;
}
.BgClassName
{
background-color: #EE1DB8;
}
</style>
border-color css
<style>
span { border-color: #EE1DB8; }
span { border-color: rgb(238,29,184); }
td.TdClassName
{
border-color: #EE1DB8;
}
.TagClassName
{
border-color: #EE1DB8;
}
</style>