Shades of Shocking Pink #E714CF
Tints of Shocking Pink #E714CF
RGB
CMYK
RGB Variations
Color information
#E714CF (or 0xE714CF) is known color: Shocking Pink. HEX triplet: E7, 14 and CF. RGB value is (231,20,207). Sum of RGB (Red+Green+Blue) = 231+20+207=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E714CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714CF is #18EB30. Grayscale: #676767. Windows color (decimal): -1633073 or 13571303. OLE color: 13571303.
HSL color Cylindrical-coordinate representation of color #E714CF: hue angle of 306.82º degrees, saturation: 0.84, 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 #E714CF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.09 |
| HSL | 306.82º | 0.84% | 0.49% | - |
| HSV(B) | 306.82º | 0.91% | 0.91% | - |
| XYZ | 44.47 | 21.99 | 60.93 | - |
| YUV | 104.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 207 | 0 | 0.91 | 0.10 | 0.09 | 306.82 | 0.84 | 0.49 |
| Hex | E7 | 14 | CF | 0 | 5B | A | 9 | 133 | 54 | 31 |
| Octal | 347 | 24 | 317 | 0 | 133 | 12 | 11 | 463 | 124 | 61 |
| Binary | 11100111 | 10100 | 11001111 | 0 | 1011011 | 1010 | 1001 | 100110011 | 1010100 | 110001 |
Color Harmonies of #E714CF
Complementary color
Monochromatic Colors of #E714CF
Black with #E714CF
Text Example
Text Example
White with #E714CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714CF; }
p { color: rgb(231,20,207); }
H1.HeaderClassName
{
color: #E714CF;
}
.AnyTagClassName
{
color: #E714CF;
}
</style>
background-color css
<style>
a { background-color: #E714CF; }
a { background-color: rgb(231,20,207); }
div.DivClassName
{
background-color: #E714CF;
}
.BgClassName
{
background-color: #E714CF;
}
</style>
border-color css
<style>
span { border-color: #E714CF; }
span { border-color: rgb(231,20,207); }
td.TdClassName
{
border-color: #E714CF;
}
.TagClassName
{
border-color: #E714CF;
}
</style>