Shades of Shocking Pink #E919D4
Tints of Shocking Pink #E919D4
RGB
CMYK
RGB Variations
Color information
#E919D4 (or 0xE919D4) is known color: Shocking Pink. HEX triplet: E9, 19 and D4. RGB value is (233,25,212). Sum of RGB (Red+Green+Blue) = 233+25+212=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E919D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919D4 is #16E62B. Grayscale: #6B6B6B. Windows color (decimal): -1500716 or 13900265. OLE color: 13900265.
HSL color Cylindrical-coordinate representation of color #E919D4: hue angle of 306.06º degrees, saturation: 0.83, 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 #E919D4 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 212 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.09 |
| HSL | 306.06º | 0.83% | 0.51% | - |
| HSV(B) | 306.06º | 0.89% | 0.91% | - |
| XYZ | 45.84 | 22.77 | 64.27 | - |
| YUV | 108.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 212 | 0 | 0.89 | 0.09 | 0.09 | 306.06 | 0.83 | 0.51 |
| Hex | E9 | 19 | D4 | 0 | 59 | 9 | 9 | 132 | 53 | 33 |
| Octal | 351 | 31 | 324 | 0 | 131 | 11 | 11 | 462 | 123 | 63 |
| Binary | 11101001 | 11001 | 11010100 | 0 | 1011001 | 1001 | 1001 | 100110010 | 1010011 | 110011 |
Color Harmonies of #E919D4
Complementary color
Monochromatic Colors of #E919D4
Black with #E919D4
Text Example
Text Example
White with #E919D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919D4; }
p { color: rgb(233,25,212); }
H1.HeaderClassName
{
color: #E919D4;
}
.AnyTagClassName
{
color: #E919D4;
}
</style>
background-color css
<style>
a { background-color: #E919D4; }
a { background-color: rgb(233,25,212); }
div.DivClassName
{
background-color: #E919D4;
}
.BgClassName
{
background-color: #E919D4;
}
</style>
border-color css
<style>
span { border-color: #E919D4; }
span { border-color: rgb(233,25,212); }
td.TdClassName
{
border-color: #E919D4;
}
.TagClassName
{
border-color: #E919D4;
}
</style>