Shades of Shocking Pink #E716CF
Tints of Shocking Pink #E716CF
RGB
CMYK
RGB Variations
Color information
#E716CF (or 0xE716CF) is known color: Shocking Pink. HEX triplet: E7, 16 and CF. RGB value is (231,22,207). Sum of RGB (Red+Green+Blue) = 231+22+207=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E716CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716CF is #18E930. Grayscale: #696969. Windows color (decimal): -1632561 or 13571815. OLE color: 13571815.
HSL color Cylindrical-coordinate representation of color #E716CF: hue angle of 306.89º 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 #E716CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.09 |
| HSL | 306.89º | 0.83% | 0.5% | - |
| HSV(B) | 306.89º | 0.9% | 0.91% | - |
| XYZ | 44.5 | 22.07 | 60.95 | - |
| YUV | 105.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 207 | 0 | 0.90 | 0.10 | 0.09 | 306.89 | 0.83 | 0.5 |
| Hex | E7 | 16 | CF | 0 | 5A | A | 9 | 133 | 53 | 32 |
| Octal | 347 | 26 | 317 | 0 | 132 | 12 | 11 | 463 | 123 | 62 |
| Binary | 11100111 | 10110 | 11001111 | 0 | 1011010 | 1010 | 1001 | 100110011 | 1010011 | 110010 |
Color Harmonies of #E716CF
Complementary color
Monochromatic Colors of #E716CF
Black with #E716CF
Text Example
Text Example
White with #E716CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716CF; }
p { color: rgb(231,22,207); }
H1.HeaderClassName
{
color: #E716CF;
}
.AnyTagClassName
{
color: #E716CF;
}
</style>
background-color css
<style>
a { background-color: #E716CF; }
a { background-color: rgb(231,22,207); }
div.DivClassName
{
background-color: #E716CF;
}
.BgClassName
{
background-color: #E716CF;
}
</style>
border-color css
<style>
span { border-color: #E716CF; }
span { border-color: rgb(231,22,207); }
td.TdClassName
{
border-color: #E716CF;
}
.TagClassName
{
border-color: #E716CF;
}
</style>