Shades of Shocking Pink #EE10BD
Tints of Shocking Pink #EE10BD
RGB
CMYK
RGB Variations
Color information
#EE10BD (or 0xEE10BD) is known color: Shocking Pink. HEX triplet: EE, 10 and BD. RGB value is (238,16,189). Sum of RGB (Red+Green+Blue) = 238+16+189=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10BD is #11EF42. Grayscale: #656565. Windows color (decimal): -1175363 or 12390638. OLE color: 12390638.
HSL color Cylindrical-coordinate representation of color #EE10BD: hue angle of 313.24º 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 #EE10BD is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.07 |
| HSL | 313.24º | 0.87% | 0.5% | - |
| HSV(B) | 313.24º | 0.93% | 0.93% | - |
| XYZ | 44.63 | 22.22 | 50.08 | - |
| YUV | 102.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 189 | 0 | 0.93 | 0.21 | 0.07 | 313.24 | 0.87 | 0.5 |
| Hex | EE | 10 | BD | 0 | 5D | 15 | 7 | 139 | 57 | 32 |
| Octal | 356 | 20 | 275 | 0 | 135 | 25 | 7 | 471 | 127 | 62 |
| Binary | 11101110 | 10000 | 10111101 | 0 | 1011101 | 10101 | 111 | 100111001 | 1010111 | 110010 |
Color Harmonies of #EE10BD
Complementary color
Monochromatic Colors of #EE10BD
Black with #EE10BD
Text Example
Text Example
White with #EE10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10BD; }
p { color: rgb(238,16,189); }
H1.HeaderClassName
{
color: #EE10BD;
}
.AnyTagClassName
{
color: #EE10BD;
}
</style>
background-color css
<style>
a { background-color: #EE10BD; }
a { background-color: rgb(238,16,189); }
div.DivClassName
{
background-color: #EE10BD;
}
.BgClassName
{
background-color: #EE10BD;
}
</style>
border-color css
<style>
span { border-color: #EE10BD; }
span { border-color: rgb(238,16,189); }
td.TdClassName
{
border-color: #EE10BD;
}
.TagClassName
{
border-color: #EE10BD;
}
</style>