Shades of Shocking Pink #E519CB
Tints of Shocking Pink #E519CB
RGB
CMYK
RGB Variations
Color information
#E519CB (or 0xE519CB) is known color: Shocking Pink. HEX triplet: E5, 19 and CB. RGB value is (229,25,203). Sum of RGB (Red+Green+Blue) = 229+25+203=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E519CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519CB is #1AE634. Grayscale: #696969. Windows color (decimal): -1762869 or 13310437. OLE color: 13310437.
HSL color Cylindrical-coordinate representation of color #E519CB: hue angle of 307.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519CB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 203 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.10 |
| HSL | 307.65º | 0.8% | 0.5% | - |
| HSV(B) | 307.65º | 0.89% | 0.9% | - |
| XYZ | 43.44 | 21.67 | 58.39 | - |
| YUV | 106.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 203 | 0 | 0.89 | 0.11 | 0.10 | 307.65 | 0.8 | 0.5 |
| Hex | E5 | 19 | CB | 0 | 59 | B | A | 134 | 50 | 32 |
| Octal | 345 | 31 | 313 | 0 | 131 | 13 | 12 | 464 | 120 | 62 |
| Binary | 11100101 | 11001 | 11001011 | 0 | 1011001 | 1011 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E519CB
Complementary color
Monochromatic Colors of #E519CB
Black with #E519CB
Text Example
Text Example
White with #E519CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519CB; }
p { color: rgb(229,25,203); }
H1.HeaderClassName
{
color: #E519CB;
}
.AnyTagClassName
{
color: #E519CB;
}
</style>
background-color css
<style>
a { background-color: #E519CB; }
a { background-color: rgb(229,25,203); }
div.DivClassName
{
background-color: #E519CB;
}
.BgClassName
{
background-color: #E519CB;
}
</style>
border-color css
<style>
span { border-color: #E519CB; }
span { border-color: rgb(229,25,203); }
td.TdClassName
{
border-color: #E519CB;
}
.TagClassName
{
border-color: #E519CB;
}
</style>