Shades of Shocking Pink #EE10CB
Tints of Shocking Pink #EE10CB
RGB
CMYK
RGB Variations
Color information
#EE10CB (or 0xEE10CB) is known color: Shocking Pink. HEX triplet: EE, 10 and CB. RGB value is (238,16,203). Sum of RGB (Red+Green+Blue) = 238+16+203=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10CB is #11EF34. Grayscale: #676767. Windows color (decimal): -1175349 or 13308142. OLE color: 13308142.
HSL color Cylindrical-coordinate representation of color #EE10CB: hue angle of 309.46º 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 #EE10CB is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.07 |
| HSL | 309.46º | 0.87% | 0.5% | - |
| HSV(B) | 309.46º | 0.93% | 0.93% | - |
| XYZ | 46.22 | 22.86 | 58.48 | - |
| YUV | 103.7 | 184.05 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 203 | 0 | 0.93 | 0.15 | 0.07 | 309.46 | 0.87 | 0.5 |
| Hex | EE | 10 | CB | 0 | 5D | F | 7 | 135 | 57 | 32 |
| Octal | 356 | 20 | 313 | 0 | 135 | 17 | 7 | 465 | 127 | 62 |
| Binary | 11101110 | 10000 | 11001011 | 0 | 1011101 | 1111 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EE10CB
Complementary color
Monochromatic Colors of #EE10CB
Black with #EE10CB
Text Example
Text Example
White with #EE10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10CB; }
p { color: rgb(238,16,203); }
H1.HeaderClassName
{
color: #EE10CB;
}
.AnyTagClassName
{
color: #EE10CB;
}
</style>
background-color css
<style>
a { background-color: #EE10CB; }
a { background-color: rgb(238,16,203); }
div.DivClassName
{
background-color: #EE10CB;
}
.BgClassName
{
background-color: #EE10CB;
}
</style>
border-color css
<style>
span { border-color: #EE10CB; }
span { border-color: rgb(238,16,203); }
td.TdClassName
{
border-color: #EE10CB;
}
.TagClassName
{
border-color: #EE10CB;
}
</style>