Shades of Shocking Pink #EE10B5
Tints of Shocking Pink #EE10B5
RGB
CMYK
RGB Variations
Color information
#EE10B5 (or 0xEE10B5) is known color: Shocking Pink. HEX triplet: EE, 10 and B5. RGB value is (238,16,181). Sum of RGB (Red+Green+Blue) = 238+16+181=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10B5 is #11EF4A. Grayscale: #646464. Windows color (decimal): -1175371 or 11866350. OLE color: 11866350.
HSL color Cylindrical-coordinate representation of color #EE10B5: hue angle of 315.41º 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 #EE10B5 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.07 |
| HSL | 315.41º | 0.87% | 0.5% | - |
| HSV(B) | 315.41º | 0.93% | 0.93% | - |
| XYZ | 43.79 | 21.88 | 45.63 | - |
| YUV | 101.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 181 | 0 | 0.93 | 0.24 | 0.07 | 315.41 | 0.87 | 0.5 |
| Hex | EE | 10 | B5 | 0 | 5D | 18 | 7 | 13B | 57 | 32 |
| Octal | 356 | 20 | 265 | 0 | 135 | 30 | 7 | 473 | 127 | 62 |
| Binary | 11101110 | 10000 | 10110101 | 0 | 1011101 | 11000 | 111 | 100111011 | 1010111 | 110010 |
Color Harmonies of #EE10B5
Complementary color
Monochromatic Colors of #EE10B5
Black with #EE10B5
Text Example
Text Example
White with #EE10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10B5; }
p { color: rgb(238,16,181); }
H1.HeaderClassName
{
color: #EE10B5;
}
.AnyTagClassName
{
color: #EE10B5;
}
</style>
background-color css
<style>
a { background-color: #EE10B5; }
a { background-color: rgb(238,16,181); }
div.DivClassName
{
background-color: #EE10B5;
}
.BgClassName
{
background-color: #EE10B5;
}
</style>
border-color css
<style>
span { border-color: #EE10B5; }
span { border-color: rgb(238,16,181); }
td.TdClassName
{
border-color: #EE10B5;
}
.TagClassName
{
border-color: #EE10B5;
}
</style>