Shades of Shocking Pink #EE10CE
Tints of Shocking Pink #EE10CE
RGB
CMYK
RGB Variations
Color information
#EE10CE (or 0xEE10CE) is known color: Shocking Pink. HEX triplet: EE, 10 and CE. RGB value is (238,16,206). Sum of RGB (Red+Green+Blue) = 238+16+206=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10CE is #11EF31. Grayscale: #676767. Windows color (decimal): -1175346 or 13504750. OLE color: 13504750.
HSL color Cylindrical-coordinate representation of color #EE10CE: hue angle of 308.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10CE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 206 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.07 |
| HSL | 308.65º | 0.87% | 0.5% | - |
| HSV(B) | 308.65º | 0.93% | 0.93% | - |
| XYZ | 46.59 | 23 | 60.38 | - |
| YUV | 104.04 | 185.55 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 206 | 0 | 0.93 | 0.13 | 0.07 | 308.65 | 0.87 | 0.5 |
| Hex | EE | 10 | CE | 0 | 5D | D | 7 | 135 | 57 | 32 |
| Octal | 356 | 20 | 316 | 0 | 135 | 15 | 7 | 465 | 127 | 62 |
| Binary | 11101110 | 10000 | 11001110 | 0 | 1011101 | 1101 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EE10CE
Complementary color
Monochromatic Colors of #EE10CE
Black with #EE10CE
Text Example
Text Example
White with #EE10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10CE; }
p { color: rgb(238,16,206); }
H1.HeaderClassName
{
color: #EE10CE;
}
.AnyTagClassName
{
color: #EE10CE;
}
</style>
background-color css
<style>
a { background-color: #EE10CE; }
a { background-color: rgb(238,16,206); }
div.DivClassName
{
background-color: #EE10CE;
}
.BgClassName
{
background-color: #EE10CE;
}
</style>
border-color css
<style>
span { border-color: #EE10CE; }
span { border-color: rgb(238,16,206); }
td.TdClassName
{
border-color: #EE10CE;
}
.TagClassName
{
border-color: #EE10CE;
}
</style>