Shades of Shocking Pink #E919C8
Tints of Shocking Pink #E919C8
RGB
CMYK
RGB Variations
Color information
#E919C8 (or 0xE919C8) is known color: Shocking Pink. HEX triplet: E9, 19 and C8. RGB value is (233,25,200). Sum of RGB (Red+Green+Blue) = 233+25+200=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E919C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919C8 is #16E637. Grayscale: #6A6A6A. Windows color (decimal): -1500728 or 13113833. OLE color: 13113833.
HSL color Cylindrical-coordinate representation of color #E919C8: hue angle of 309.52º 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 #E919C8 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 200 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.09 |
| HSL | 309.52º | 0.83% | 0.51% | - |
| HSV(B) | 309.52º | 0.89% | 0.91% | - |
| XYZ | 44.38 | 22.19 | 56.59 | - |
| YUV | 107.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 200 | 0 | 0.89 | 0.14 | 0.09 | 309.52 | 0.83 | 0.51 |
| Hex | E9 | 19 | C8 | 0 | 59 | E | 9 | 136 | 53 | 33 |
| Octal | 351 | 31 | 310 | 0 | 131 | 16 | 11 | 466 | 123 | 63 |
| Binary | 11101001 | 11001 | 11001000 | 0 | 1011001 | 1110 | 1001 | 100110110 | 1010011 | 110011 |
Color Harmonies of #E919C8
Complementary color
Monochromatic Colors of #E919C8
Black with #E919C8
Text Example
Text Example
White with #E919C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919C8; }
p { color: rgb(233,25,200); }
H1.HeaderClassName
{
color: #E919C8;
}
.AnyTagClassName
{
color: #E919C8;
}
</style>
background-color css
<style>
a { background-color: #E919C8; }
a { background-color: rgb(233,25,200); }
div.DivClassName
{
background-color: #E919C8;
}
.BgClassName
{
background-color: #E919C8;
}
</style>
border-color css
<style>
span { border-color: #E919C8; }
span { border-color: rgb(233,25,200); }
td.TdClassName
{
border-color: #E919C8;
}
.TagClassName
{
border-color: #E919C8;
}
</style>