Shades of Shocking Pink #E913D1
Tints of Shocking Pink #E913D1
RGB
CMYK
RGB Variations
Color information
#E913D1 (or 0xE913D1) is known color: Shocking Pink. HEX triplet: E9, 13 and D1. RGB value is (233,19,209). Sum of RGB (Red+Green+Blue) = 233+19+209=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E913D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913D1 is #16EC2E. Grayscale: #686868. Windows color (decimal): -1502255 or 13702121. OLE color: 13702121.
HSL color Cylindrical-coordinate representation of color #E913D1: hue angle of 306.73º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E913D1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 209 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.09 |
| HSL | 306.73º | 0.85% | 0.49% | - |
| HSV(B) | 306.73º | 0.92% | 0.91% | - |
| XYZ | 45.35 | 22.39 | 62.25 | - |
| YUV | 104.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 209 | 0 | 0.92 | 0.10 | 0.09 | 306.73 | 0.85 | 0.49 |
| Hex | E9 | 13 | D1 | 0 | 5C | A | 9 | 133 | 55 | 31 |
| Octal | 351 | 23 | 321 | 0 | 134 | 12 | 11 | 463 | 125 | 61 |
| Binary | 11101001 | 10011 | 11010001 | 0 | 1011100 | 1010 | 1001 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E913D1
Complementary color
Monochromatic Colors of #E913D1
Black with #E913D1
Text Example
Text Example
White with #E913D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E913D1; }
p { color: rgb(233,19,209); }
H1.HeaderClassName
{
color: #E913D1;
}
.AnyTagClassName
{
color: #E913D1;
}
</style>
background-color css
<style>
a { background-color: #E913D1; }
a { background-color: rgb(233,19,209); }
div.DivClassName
{
background-color: #E913D1;
}
.BgClassName
{
background-color: #E913D1;
}
</style>
border-color css
<style>
span { border-color: #E913D1; }
span { border-color: rgb(233,19,209); }
td.TdClassName
{
border-color: #E913D1;
}
.TagClassName
{
border-color: #E913D1;
}
</style>