Shades of Shocking Pink #E91AD2
Tints of Shocking Pink #E91AD2
RGB
CMYK
RGB Variations
Color information
#E91AD2 (or 0xE91AD2) is known color: Shocking Pink. HEX triplet: E9, 1A and D2. RGB value is (233,26,210). Sum of RGB (Red+Green+Blue) = 233+26+210=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E91AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91AD2 is #16E52D. Grayscale: #6C6C6C. Windows color (decimal): -1500462 or 13769449. OLE color: 13769449.
HSL color Cylindrical-coordinate representation of color #E91AD2: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.09 |
| HSL | 306.67º | 0.82% | 0.51% | - |
| HSV(B) | 306.67º | 0.89% | 0.91% | - |
| XYZ | 45.61 | 22.72 | 62.95 | - |
| YUV | 108.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 210 | 0 | 0.89 | 0.10 | 0.09 | 306.67 | 0.82 | 0.51 |
| Hex | E9 | 1A | D2 | 0 | 59 | A | 9 | 133 | 52 | 33 |
| Octal | 351 | 32 | 322 | 0 | 131 | 12 | 11 | 463 | 122 | 63 |
| Binary | 11101001 | 11010 | 11010010 | 0 | 1011001 | 1010 | 1001 | 100110011 | 1010010 | 110011 |
Color Harmonies of #E91AD2
Complementary color
Monochromatic Colors of #E91AD2
Black with #E91AD2
Text Example
Text Example
White with #E91AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91AD2; }
p { color: rgb(233,26,210); }
H1.HeaderClassName
{
color: #E91AD2;
}
.AnyTagClassName
{
color: #E91AD2;
}
</style>
background-color css
<style>
a { background-color: #E91AD2; }
a { background-color: rgb(233,26,210); }
div.DivClassName
{
background-color: #E91AD2;
}
.BgClassName
{
background-color: #E91AD2;
}
</style>
border-color css
<style>
span { border-color: #E91AD2; }
span { border-color: rgb(233,26,210); }
td.TdClassName
{
border-color: #E91AD2;
}
.TagClassName
{
border-color: #E91AD2;
}
</style>