Shades of Shocking Pink #E513CC
Tints of Shocking Pink #E513CC
RGB
CMYK
RGB Variations
Color information
#E513CC (or 0xE513CC) is known color: Shocking Pink. HEX triplet: E5, 13 and CC. RGB value is (229,19,204). Sum of RGB (Red+Green+Blue) = 229+19+204=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E513CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513CC is #1AEC33. Grayscale: #666666. Windows color (decimal): -1764404 or 13374437. OLE color: 13374437.
HSL color Cylindrical-coordinate representation of color #E513CC: hue angle of 307.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513CC is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 204 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.10 |
| HSL | 307.14º | 0.85% | 0.49% | - |
| HSV(B) | 307.14º | 0.92% | 0.9% | - |
| XYZ | 43.45 | 21.48 | 58.98 | - |
| YUV | 102.88 | 185.07 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 204 | 0 | 0.92 | 0.11 | 0.10 | 307.14 | 0.85 | 0.49 |
| Hex | E5 | 13 | CC | 0 | 5C | B | A | 133 | 55 | 31 |
| Octal | 345 | 23 | 314 | 0 | 134 | 13 | 12 | 463 | 125 | 61 |
| Binary | 11100101 | 10011 | 11001100 | 0 | 1011100 | 1011 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E513CC
Complementary color
Monochromatic Colors of #E513CC
Black with #E513CC
Text Example
Text Example
White with #E513CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513CC; }
p { color: rgb(229,19,204); }
H1.HeaderClassName
{
color: #E513CC;
}
.AnyTagClassName
{
color: #E513CC;
}
</style>
background-color css
<style>
a { background-color: #E513CC; }
a { background-color: rgb(229,19,204); }
div.DivClassName
{
background-color: #E513CC;
}
.BgClassName
{
background-color: #E513CC;
}
</style>
border-color css
<style>
span { border-color: #E513CC; }
span { border-color: rgb(229,19,204); }
td.TdClassName
{
border-color: #E513CC;
}
.TagClassName
{
border-color: #E513CC;
}
</style>