Shades of Shocking Pink #EE23BC
Tints of Shocking Pink #EE23BC
RGB
CMYK
RGB Variations
Color information
#EE23BC (or 0xEE23BC) is known color: Shocking Pink. HEX triplet: EE, 23 and BC. RGB value is (238,35,188). Sum of RGB (Red+Green+Blue) = 238+35+188=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23BC is #11DC43. Grayscale: #707070. Windows color (decimal): -1170500 or 12329966. OLE color: 12329966.
HSL color Cylindrical-coordinate representation of color #EE23BC: hue angle of 314.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE23BC is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 188 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.07 |
| HSL | 314.78º | 0.86% | 0.54% | - |
| HSV(B) | 314.78º | 0.85% | 0.93% | - |
| XYZ | 44.94 | 23.01 | 49.65 | - |
| YUV | 113.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 188 | 0 | 0.85 | 0.21 | 0.07 | 314.78 | 0.86 | 0.54 |
| Hex | EE | 23 | BC | 0 | 55 | 15 | 7 | 13B | 56 | 36 |
| Octal | 356 | 43 | 274 | 0 | 125 | 25 | 7 | 473 | 126 | 66 |
| Binary | 11101110 | 100011 | 10111100 | 0 | 1010101 | 10101 | 111 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EE23BC
Complementary color
Monochromatic Colors of #EE23BC
Black with #EE23BC
Text Example
Text Example
White with #EE23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23BC; }
p { color: rgb(238,35,188); }
H1.HeaderClassName
{
color: #EE23BC;
}
.AnyTagClassName
{
color: #EE23BC;
}
</style>
background-color css
<style>
a { background-color: #EE23BC; }
a { background-color: rgb(238,35,188); }
div.DivClassName
{
background-color: #EE23BC;
}
.BgClassName
{
background-color: #EE23BC;
}
</style>
border-color css
<style>
span { border-color: #EE23BC; }
span { border-color: rgb(238,35,188); }
td.TdClassName
{
border-color: #EE23BC;
}
.TagClassName
{
border-color: #EE23BC;
}
</style>