Shades of Shocking Pink #EE23C2
Tints of Shocking Pink #EE23C2
RGB
CMYK
RGB Variations
Color information
#EE23C2 (or 0xEE23C2) is known color: Shocking Pink. HEX triplet: EE, 23 and C2. RGB value is (238,35,194). Sum of RGB (Red+Green+Blue) = 238+35+194=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23C2 is #11DC3D. Grayscale: #717171. Windows color (decimal): -1170494 or 12723182. OLE color: 12723182.
HSL color Cylindrical-coordinate representation of color #EE23C2: hue angle of 313º 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 #EE23C2 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 194 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.07 |
| HSL | 313º | 0.86% | 0.54% | - |
| HSV(B) | 313º | 0.85% | 0.93% | - |
| XYZ | 45.6 | 23.27 | 53.13 | - |
| YUV | 113.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 194 | 0 | 0.85 | 0.18 | 0.07 | 313 | 0.86 | 0.54 |
| Hex | EE | 23 | C2 | 0 | 55 | 12 | 7 | 139 | 56 | 36 |
| Octal | 356 | 43 | 302 | 0 | 125 | 22 | 7 | 471 | 126 | 66 |
| Binary | 11101110 | 100011 | 11000010 | 0 | 1010101 | 10010 | 111 | 100111001 | 1010110 | 110110 |
Color Harmonies of #EE23C2
Complementary color
Monochromatic Colors of #EE23C2
Black with #EE23C2
Text Example
Text Example
White with #EE23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23C2; }
p { color: rgb(238,35,194); }
H1.HeaderClassName
{
color: #EE23C2;
}
.AnyTagClassName
{
color: #EE23C2;
}
</style>
background-color css
<style>
a { background-color: #EE23C2; }
a { background-color: rgb(238,35,194); }
div.DivClassName
{
background-color: #EE23C2;
}
.BgClassName
{
background-color: #EE23C2;
}
</style>
border-color css
<style>
span { border-color: #EE23C2; }
span { border-color: rgb(238,35,194); }
td.TdClassName
{
border-color: #EE23C2;
}
.TagClassName
{
border-color: #EE23C2;
}
</style>