Shades of Shocking Pink #EE10CA
Tints of Shocking Pink #EE10CA
RGB
CMYK
RGB Variations
Color information
#EE10CA (or 0xEE10CA) is known color: Shocking Pink. HEX triplet: EE, 10 and CA. RGB value is (238,16,202). Sum of RGB (Red+Green+Blue) = 238+16+202=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10CA is #11EF35. Grayscale: #676767. Windows color (decimal): -1175350 or 13242606. OLE color: 13242606.
HSL color Cylindrical-coordinate representation of color #EE10CA: hue angle of 309.73º 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 #EE10CA is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.07 |
| HSL | 309.73º | 0.87% | 0.5% | - |
| HSV(B) | 309.73º | 0.93% | 0.93% | - |
| XYZ | 46.11 | 22.81 | 57.85 | - |
| YUV | 103.58 | 183.55 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 202 | 0 | 0.93 | 0.15 | 0.07 | 309.73 | 0.87 | 0.5 |
| Hex | EE | 10 | CA | 0 | 5D | F | 7 | 136 | 57 | 32 |
| Octal | 356 | 20 | 312 | 0 | 135 | 17 | 7 | 466 | 127 | 62 |
| Binary | 11101110 | 10000 | 11001010 | 0 | 1011101 | 1111 | 111 | 100110110 | 1010111 | 110010 |
Color Harmonies of #EE10CA
Complementary color
Monochromatic Colors of #EE10CA
Black with #EE10CA
Text Example
Text Example
White with #EE10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10CA; }
p { color: rgb(238,16,202); }
H1.HeaderClassName
{
color: #EE10CA;
}
.AnyTagClassName
{
color: #EE10CA;
}
</style>
background-color css
<style>
a { background-color: #EE10CA; }
a { background-color: rgb(238,16,202); }
div.DivClassName
{
background-color: #EE10CA;
}
.BgClassName
{
background-color: #EE10CA;
}
</style>
border-color css
<style>
span { border-color: #EE10CA; }
span { border-color: rgb(238,16,202); }
td.TdClassName
{
border-color: #EE10CA;
}
.TagClassName
{
border-color: #EE10CA;
}
</style>