Shades of Shocking Pink #E91ED1
Tints of Shocking Pink #E91ED1
RGB
CMYK
RGB Variations
Color information
#E91ED1 (or 0xE91ED1) is known color: Shocking Pink. HEX triplet: E9, 1E and D1. RGB value is (233,30,209). Sum of RGB (Red+Green+Blue) = 233+30+209=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ED1 is #16E12E. Grayscale: #6E6E6E. Windows color (decimal): -1499439 or 13704937. OLE color: 13704937.
HSL color Cylindrical-coordinate representation of color #E91ED1: hue angle of 307.09º 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 #E91ED1 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 209 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.09 |
| HSL | 307.09º | 0.82% | 0.52% | - |
| HSV(B) | 307.09º | 0.87% | 0.91% | - |
| XYZ | 45.58 | 22.86 | 62.33 | - |
| YUV | 111.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 209 | 0 | 0.87 | 0.10 | 0.09 | 307.09 | 0.82 | 0.52 |
| Hex | E9 | 1E | D1 | 0 | 57 | A | 9 | 133 | 52 | 34 |
| Octal | 351 | 36 | 321 | 0 | 127 | 12 | 11 | 463 | 122 | 64 |
| Binary | 11101001 | 11110 | 11010001 | 0 | 1010111 | 1010 | 1001 | 100110011 | 1010010 | 110100 |
Color Harmonies of #E91ED1
Complementary color
Monochromatic Colors of #E91ED1
Black with #E91ED1
Text Example
Text Example
White with #E91ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ED1; }
p { color: rgb(233,30,209); }
H1.HeaderClassName
{
color: #E91ED1;
}
.AnyTagClassName
{
color: #E91ED1;
}
</style>
background-color css
<style>
a { background-color: #E91ED1; }
a { background-color: rgb(233,30,209); }
div.DivClassName
{
background-color: #E91ED1;
}
.BgClassName
{
background-color: #E91ED1;
}
</style>
border-color css
<style>
span { border-color: #E91ED1; }
span { border-color: rgb(233,30,209); }
td.TdClassName
{
border-color: #E91ED1;
}
.TagClassName
{
border-color: #E91ED1;
}
</style>