Shades of Shocking Pink #E714B5
Tints of Shocking Pink #E714B5
RGB
CMYK
RGB Variations
Color information
#E714B5 (or 0xE714B5) is known color: Shocking Pink. HEX triplet: E7, 14 and B5. RGB value is (231,20,181). Sum of RGB (Red+Green+Blue) = 231+20+181=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E714B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714B5 is #18EB4A. Grayscale: #656565. Windows color (decimal): -1633099 or 11867367. OLE color: 11867367.
HSL color Cylindrical-coordinate representation of color #E714B5: hue angle of 314.22º 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 #E714B5 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 181 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.09 |
| HSL | 314.22º | 0.84% | 0.49% | - |
| HSV(B) | 314.22º | 0.91% | 0.91% | - |
| XYZ | 41.55 | 20.83 | 45.55 | - |
| YUV | 101.44 | 172.9 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 181 | 0 | 0.91 | 0.22 | 0.09 | 314.22 | 0.84 | 0.49 |
| Hex | E7 | 14 | B5 | 0 | 5B | 16 | 9 | 13A | 54 | 31 |
| Octal | 347 | 24 | 265 | 0 | 133 | 26 | 11 | 472 | 124 | 61 |
| Binary | 11100111 | 10100 | 10110101 | 0 | 1011011 | 10110 | 1001 | 100111010 | 1010100 | 110001 |
Color Harmonies of #E714B5
Complementary color
Monochromatic Colors of #E714B5
Black with #E714B5
Text Example
Text Example
White with #E714B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714B5; }
p { color: rgb(231,20,181); }
H1.HeaderClassName
{
color: #E714B5;
}
.AnyTagClassName
{
color: #E714B5;
}
</style>
background-color css
<style>
a { background-color: #E714B5; }
a { background-color: rgb(231,20,181); }
div.DivClassName
{
background-color: #E714B5;
}
.BgClassName
{
background-color: #E714B5;
}
</style>
border-color css
<style>
span { border-color: #E714B5; }
span { border-color: rgb(231,20,181); }
td.TdClassName
{
border-color: #E714B5;
}
.TagClassName
{
border-color: #E714B5;
}
</style>