Shades of Shocking Pink #E716CA
Tints of Shocking Pink #E716CA
RGB
CMYK
RGB Variations
Color information
#E716CA (or 0xE716CA) is known color: Shocking Pink. HEX triplet: E7, 16 and CA. RGB value is (231,22,202). Sum of RGB (Red+Green+Blue) = 231+22+202=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E716CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716CA is #18E935. Grayscale: #686868. Windows color (decimal): -1632566 or 13244135. OLE color: 13244135.
HSL color Cylindrical-coordinate representation of color #E716CA: hue angle of 308.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716CA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.09 |
| HSL | 308.33º | 0.83% | 0.5% | - |
| HSV(B) | 308.33º | 0.9% | 0.91% | - |
| XYZ | 43.9 | 21.83 | 57.78 | - |
| YUV | 105.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 202 | 0 | 0.90 | 0.13 | 0.09 | 308.33 | 0.83 | 0.5 |
| Hex | E7 | 16 | CA | 0 | 5A | D | 9 | 134 | 53 | 32 |
| Octal | 347 | 26 | 312 | 0 | 132 | 15 | 11 | 464 | 123 | 62 |
| Binary | 11100111 | 10110 | 11001010 | 0 | 1011010 | 1101 | 1001 | 100110100 | 1010011 | 110010 |
Color Harmonies of #E716CA
Complementary color
Monochromatic Colors of #E716CA
Black with #E716CA
Text Example
Text Example
White with #E716CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716CA; }
p { color: rgb(231,22,202); }
H1.HeaderClassName
{
color: #E716CA;
}
.AnyTagClassName
{
color: #E716CA;
}
</style>
background-color css
<style>
a { background-color: #E716CA; }
a { background-color: rgb(231,22,202); }
div.DivClassName
{
background-color: #E716CA;
}
.BgClassName
{
background-color: #E716CA;
}
</style>
border-color css
<style>
span { border-color: #E716CA; }
span { border-color: rgb(231,22,202); }
td.TdClassName
{
border-color: #E716CA;
}
.TagClassName
{
border-color: #E716CA;
}
</style>