Shades of Shocking Pink #E919CE
Tints of Shocking Pink #E919CE
RGB
CMYK
RGB Variations
Color information
#E919CE (or 0xE919CE) is known color: Shocking Pink. HEX triplet: E9, 19 and CE. RGB value is (233,25,206). Sum of RGB (Red+Green+Blue) = 233+25+206=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E919CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919CE is #16E631. Grayscale: #6B6B6B. Windows color (decimal): -1500722 or 13507049. OLE color: 13507049.
HSL color Cylindrical-coordinate representation of color #E919CE: hue angle of 307.79º 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 #E919CE is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 206 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.09 |
| HSL | 307.79º | 0.83% | 0.51% | - |
| HSV(B) | 307.79º | 0.89% | 0.91% | - |
| XYZ | 45.09 | 22.48 | 60.35 | - |
| YUV | 107.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 206 | 0 | 0.89 | 0.12 | 0.09 | 307.79 | 0.83 | 0.51 |
| Hex | E9 | 19 | CE | 0 | 59 | C | 9 | 134 | 53 | 33 |
| Octal | 351 | 31 | 316 | 0 | 131 | 14 | 11 | 464 | 123 | 63 |
| Binary | 11101001 | 11001 | 11001110 | 0 | 1011001 | 1100 | 1001 | 100110100 | 1010011 | 110011 |
Color Harmonies of #E919CE
Complementary color
Monochromatic Colors of #E919CE
Black with #E919CE
Text Example
Text Example
White with #E919CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919CE; }
p { color: rgb(233,25,206); }
H1.HeaderClassName
{
color: #E919CE;
}
.AnyTagClassName
{
color: #E919CE;
}
</style>
background-color css
<style>
a { background-color: #E919CE; }
a { background-color: rgb(233,25,206); }
div.DivClassName
{
background-color: #E919CE;
}
.BgClassName
{
background-color: #E919CE;
}
</style>
border-color css
<style>
span { border-color: #E919CE; }
span { border-color: rgb(233,25,206); }
td.TdClassName
{
border-color: #E919CE;
}
.TagClassName
{
border-color: #E919CE;
}
</style>