Shades of Shocking Pink #E715CA
Tints of Shocking Pink #E715CA
RGB
CMYK
RGB Variations
Color information
#E715CA (or 0xE715CA) is known color: Shocking Pink. HEX triplet: E7, 15 and CA. RGB value is (231,21,202). Sum of RGB (Red+Green+Blue) = 231+21+202=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E715CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715CA is #18EA35. Grayscale: #676767. Windows color (decimal): -1632822 or 13243879. OLE color: 13243879.
HSL color Cylindrical-coordinate representation of color #E715CA: hue angle of 308.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715CA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.09 |
| HSL | 308.29º | 0.83% | 0.49% | - |
| HSV(B) | 308.29º | 0.91% | 0.91% | - |
| XYZ | 43.88 | 21.79 | 57.77 | - |
| YUV | 104.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 202 | 0 | 0.91 | 0.13 | 0.09 | 308.29 | 0.83 | 0.49 |
| Hex | E7 | 15 | CA | 0 | 5B | D | 9 | 134 | 53 | 31 |
| Octal | 347 | 25 | 312 | 0 | 133 | 15 | 11 | 464 | 123 | 61 |
| Binary | 11100111 | 10101 | 11001010 | 0 | 1011011 | 1101 | 1001 | 100110100 | 1010011 | 110001 |
Color Harmonies of #E715CA
Complementary color
Monochromatic Colors of #E715CA
Black with #E715CA
Text Example
Text Example
White with #E715CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715CA; }
p { color: rgb(231,21,202); }
H1.HeaderClassName
{
color: #E715CA;
}
.AnyTagClassName
{
color: #E715CA;
}
</style>
background-color css
<style>
a { background-color: #E715CA; }
a { background-color: rgb(231,21,202); }
div.DivClassName
{
background-color: #E715CA;
}
.BgClassName
{
background-color: #E715CA;
}
</style>
border-color css
<style>
span { border-color: #E715CA; }
span { border-color: rgb(231,21,202); }
td.TdClassName
{
border-color: #E715CA;
}
.TagClassName
{
border-color: #E715CA;
}
</style>