Shades of Shocking Pink #E91ED2
Tints of Shocking Pink #E91ED2
RGB
CMYK
RGB Variations
Color information
#E91ED2 (or 0xE91ED2) is known color: Shocking Pink. HEX triplet: E9, 1E and D2. RGB value is (233,30,210). Sum of RGB (Red+Green+Blue) = 233+30+210=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ED2 is #16E12D. Grayscale: #6E6E6E. Windows color (decimal): -1499438 or 13770473. OLE color: 13770473.
HSL color Cylindrical-coordinate representation of color #E91ED2: hue angle of 306.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91ED2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 210 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.09 |
| HSL | 306.8º | 0.82% | 0.52% | - |
| HSV(B) | 306.8º | 0.87% | 0.91% | - |
| XYZ | 45.7 | 22.91 | 62.99 | - |
| YUV | 111.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 210 | 0 | 0.87 | 0.10 | 0.09 | 306.8 | 0.82 | 0.52 |
| Hex | E9 | 1E | D2 | 0 | 57 | A | 9 | 133 | 52 | 34 |
| Octal | 351 | 36 | 322 | 0 | 127 | 12 | 11 | 463 | 122 | 64 |
| Binary | 11101001 | 11110 | 11010010 | 0 | 1010111 | 1010 | 1001 | 100110011 | 1010010 | 110100 |
Color Harmonies of #E91ED2
Complementary color
Monochromatic Colors of #E91ED2
Black with #E91ED2
Text Example
Text Example
White with #E91ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ED2; }
p { color: rgb(233,30,210); }
H1.HeaderClassName
{
color: #E91ED2;
}
.AnyTagClassName
{
color: #E91ED2;
}
</style>
background-color css
<style>
a { background-color: #E91ED2; }
a { background-color: rgb(233,30,210); }
div.DivClassName
{
background-color: #E91ED2;
}
.BgClassName
{
background-color: #E91ED2;
}
</style>
border-color css
<style>
span { border-color: #E91ED2; }
span { border-color: rgb(233,30,210); }
td.TdClassName
{
border-color: #E91ED2;
}
.TagClassName
{
border-color: #E91ED2;
}
</style>