Shades of Shocking Pink #E910D0
Tints of Shocking Pink #E910D0
RGB
CMYK
RGB Variations
Color information
#E910D0 (or 0xE910D0) is known color: Shocking Pink. HEX triplet: E9, 10 and D0. RGB value is (233,16,208). Sum of RGB (Red+Green+Blue) = 233+16+208=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E910D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E910D0 is #16EF2F. Grayscale: #666666. Windows color (decimal): -1503024 or 13635817. OLE color: 13635817.
HSL color Cylindrical-coordinate representation of color #E910D0: hue angle of 306.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910D0 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 208 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.09 |
| HSL | 306.91º | 0.87% | 0.49% | - |
| HSV(B) | 306.91º | 0.93% | 0.91% | - |
| XYZ | 45.17 | 22.25 | 61.59 | - |
| YUV | 102.77 | 187.39 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 208 | 0 | 0.93 | 0.11 | 0.09 | 306.91 | 0.87 | 0.49 |
| Hex | E9 | 10 | D0 | 0 | 5D | B | 9 | 133 | 57 | 31 |
| Octal | 351 | 20 | 320 | 0 | 135 | 13 | 11 | 463 | 127 | 61 |
| Binary | 11101001 | 10000 | 11010000 | 0 | 1011101 | 1011 | 1001 | 100110011 | 1010111 | 110001 |
Color Harmonies of #E910D0
Complementary color
Monochromatic Colors of #E910D0
Black with #E910D0
Text Example
Text Example
White with #E910D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910D0; }
p { color: rgb(233,16,208); }
H1.HeaderClassName
{
color: #E910D0;
}
.AnyTagClassName
{
color: #E910D0;
}
</style>
background-color css
<style>
a { background-color: #E910D0; }
a { background-color: rgb(233,16,208); }
div.DivClassName
{
background-color: #E910D0;
}
.BgClassName
{
background-color: #E910D0;
}
</style>
border-color css
<style>
span { border-color: #E910D0; }
span { border-color: rgb(233,16,208); }
td.TdClassName
{
border-color: #E910D0;
}
.TagClassName
{
border-color: #E910D0;
}
</style>