Shades of Shocking Pink #E515CA
Tints of Shocking Pink #E515CA
RGB
CMYK
RGB Variations
Color information
#E515CA (or 0xE515CA) is known color: Shocking Pink. HEX triplet: E5, 15 and CA. RGB value is (229,21,202). Sum of RGB (Red+Green+Blue) = 229+21+202=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E515CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515CA is #1AEA35. Grayscale: #676767. Windows color (decimal): -1763894 or 13243877. OLE color: 13243877.
HSL color Cylindrical-coordinate representation of color #E515CA: hue angle of 307.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515CA is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.10 |
| HSL | 307.79º | 0.83% | 0.49% | - |
| HSV(B) | 307.79º | 0.91% | 0.9% | - |
| XYZ | 43.24 | 21.46 | 57.74 | - |
| YUV | 103.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 202 | 0 | 0.91 | 0.12 | 0.10 | 307.79 | 0.83 | 0.49 |
| Hex | E5 | 15 | CA | 0 | 5B | C | A | 134 | 53 | 31 |
| Octal | 345 | 25 | 312 | 0 | 133 | 14 | 12 | 464 | 123 | 61 |
| Binary | 11100101 | 10101 | 11001010 | 0 | 1011011 | 1100 | 1010 | 100110100 | 1010011 | 110001 |
Color Harmonies of #E515CA
Complementary color
Monochromatic Colors of #E515CA
Black with #E515CA
Text Example
Text Example
White with #E515CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515CA; }
p { color: rgb(229,21,202); }
H1.HeaderClassName
{
color: #E515CA;
}
.AnyTagClassName
{
color: #E515CA;
}
</style>
background-color css
<style>
a { background-color: #E515CA; }
a { background-color: rgb(229,21,202); }
div.DivClassName
{
background-color: #E515CA;
}
.BgClassName
{
background-color: #E515CA;
}
</style>
border-color css
<style>
span { border-color: #E515CA; }
span { border-color: rgb(229,21,202); }
td.TdClassName
{
border-color: #E515CA;
}
.TagClassName
{
border-color: #E515CA;
}
</style>