Shades of Shocking Pink #EE17BD
Tints of Shocking Pink #EE17BD
RGB
CMYK
RGB Variations
Color information
#EE17BD (or 0xEE17BD) is known color: Shocking Pink. HEX triplet: EE, 17 and BD. RGB value is (238,23,189). Sum of RGB (Red+Green+Blue) = 238+23+189=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE17BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE17BD is #11E842. Grayscale: #696969. Windows color (decimal): -1173571 or 12392430. OLE color: 12392430.
HSL color Cylindrical-coordinate representation of color #EE17BD: hue angle of 313.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE17BD is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 313.67º | 0.86% | 0.51% | - |
| HSV(B) | 313.67º | 0.9% | 0.93% | - |
| XYZ | 44.75 | 22.46 | 50.12 | - |
| YUV | 106.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 189 | 0 | 0.90 | 0.21 | 0.07 | 313.67 | 0.86 | 0.51 |
| Hex | EE | 17 | BD | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 356 | 27 | 275 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101110 | 10111 | 10111101 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #EE17BD
Complementary color
Monochromatic Colors of #EE17BD
Black with #EE17BD
Text Example
Text Example
White with #EE17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17BD; }
p { color: rgb(238,23,189); }
H1.HeaderClassName
{
color: #EE17BD;
}
.AnyTagClassName
{
color: #EE17BD;
}
</style>
background-color css
<style>
a { background-color: #EE17BD; }
a { background-color: rgb(238,23,189); }
div.DivClassName
{
background-color: #EE17BD;
}
.BgClassName
{
background-color: #EE17BD;
}
</style>
border-color css
<style>
span { border-color: #EE17BD; }
span { border-color: rgb(238,23,189); }
td.TdClassName
{
border-color: #EE17BD;
}
.TagClassName
{
border-color: #EE17BD;
}
</style>