Shades of Shocking Pink #E711CA
Tints of Shocking Pink #E711CA
RGB
CMYK
RGB Variations
Color information
#E711CA (or 0xE711CA) is known color: Shocking Pink. HEX triplet: E7, 11 and CA. RGB value is (231,17,202). Sum of RGB (Red+Green+Blue) = 231+17+202=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E711CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711CA is #18EE35. Grayscale: #656565. Windows color (decimal): -1633846 or 13242855. OLE color: 13242855.
HSL color Cylindrical-coordinate representation of color #E711CA: hue angle of 308.13º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711CA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.09 |
| HSL | 308.13º | 0.86% | 0.49% | - |
| HSV(B) | 308.13º | 0.93% | 0.91% | - |
| XYZ | 43.82 | 21.65 | 57.75 | - |
| YUV | 102.08 | 184.4 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 202 | 0 | 0.93 | 0.13 | 0.09 | 308.13 | 0.86 | 0.49 |
| Hex | E7 | 11 | CA | 0 | 5D | D | 9 | 134 | 56 | 31 |
| Octal | 347 | 21 | 312 | 0 | 135 | 15 | 11 | 464 | 126 | 61 |
| Binary | 11100111 | 10001 | 11001010 | 0 | 1011101 | 1101 | 1001 | 100110100 | 1010110 | 110001 |
Color Harmonies of #E711CA
Complementary color
Monochromatic Colors of #E711CA
Black with #E711CA
Text Example
Text Example
White with #E711CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711CA; }
p { color: rgb(231,17,202); }
H1.HeaderClassName
{
color: #E711CA;
}
.AnyTagClassName
{
color: #E711CA;
}
</style>
background-color css
<style>
a { background-color: #E711CA; }
a { background-color: rgb(231,17,202); }
div.DivClassName
{
background-color: #E711CA;
}
.BgClassName
{
background-color: #E711CA;
}
</style>
border-color css
<style>
span { border-color: #E711CA; }
span { border-color: rgb(231,17,202); }
td.TdClassName
{
border-color: #E711CA;
}
.TagClassName
{
border-color: #E711CA;
}
</style>