Shades of Shocking Pink #E714B2
Tints of Shocking Pink #E714B2
RGB
CMYK
RGB Variations
Color information
#E714B2 (or 0xE714B2) is known color: Shocking Pink. HEX triplet: E7, 14 and B2. RGB value is (231,20,178). Sum of RGB (Red+Green+Blue) = 231+20+178=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E714B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E714B2 is #18EB4D. Grayscale: #646464. Windows color (decimal): -1633102 or 11670759. OLE color: 11670759.
HSL color Cylindrical-coordinate representation of color #E714B2: hue angle of 315.07º 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 #E714B2 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 178 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.09 |
| HSL | 315.07º | 0.84% | 0.49% | - |
| HSV(B) | 315.07º | 0.91% | 0.91% | - |
| XYZ | 41.24 | 20.7 | 43.94 | - |
| YUV | 101.1 | 171.4 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 178 | 0 | 0.91 | 0.23 | 0.09 | 315.07 | 0.84 | 0.49 |
| Hex | E7 | 14 | B2 | 0 | 5B | 17 | 9 | 13B | 54 | 31 |
| Octal | 347 | 24 | 262 | 0 | 133 | 27 | 11 | 473 | 124 | 61 |
| Binary | 11100111 | 10100 | 10110010 | 0 | 1011011 | 10111 | 1001 | 100111011 | 1010100 | 110001 |
Color Harmonies of #E714B2
Complementary color
Monochromatic Colors of #E714B2
Black with #E714B2
Text Example
Text Example
White with #E714B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714B2; }
p { color: rgb(231,20,178); }
H1.HeaderClassName
{
color: #E714B2;
}
.AnyTagClassName
{
color: #E714B2;
}
</style>
background-color css
<style>
a { background-color: #E714B2; }
a { background-color: rgb(231,20,178); }
div.DivClassName
{
background-color: #E714B2;
}
.BgClassName
{
background-color: #E714B2;
}
</style>
border-color css
<style>
span { border-color: #E714B2; }
span { border-color: rgb(231,20,178); }
td.TdClassName
{
border-color: #E714B2;
}
.TagClassName
{
border-color: #E714B2;
}
</style>