Shades of Shocking Pink #E716B3
Tints of Shocking Pink #E716B3
RGB
CMYK
RGB Variations
Color information
#E716B3 (or 0xE716B3) is known color: Shocking Pink. HEX triplet: E7, 16 and B3. RGB value is (231,22,179). Sum of RGB (Red+Green+Blue) = 231+22+179=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E716B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716B3 is #18E94C. Grayscale: #656565. Windows color (decimal): -1632589 or 11736807. OLE color: 11736807.
HSL color Cylindrical-coordinate representation of color #E716B3: hue angle of 314.93º 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 #E716B3 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 179 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.09 |
| HSL | 314.93º | 0.83% | 0.5% | - |
| HSV(B) | 314.93º | 0.9% | 0.91% | - |
| XYZ | 41.38 | 20.82 | 44.49 | - |
| YUV | 102.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 179 | 0 | 0.90 | 0.23 | 0.09 | 314.93 | 0.83 | 0.5 |
| Hex | E7 | 16 | B3 | 0 | 5A | 17 | 9 | 13B | 53 | 32 |
| Octal | 347 | 26 | 263 | 0 | 132 | 27 | 11 | 473 | 123 | 62 |
| Binary | 11100111 | 10110 | 10110011 | 0 | 1011010 | 10111 | 1001 | 100111011 | 1010011 | 110010 |
Color Harmonies of #E716B3
Complementary color
Monochromatic Colors of #E716B3
Black with #E716B3
Text Example
Text Example
White with #E716B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716B3; }
p { color: rgb(231,22,179); }
H1.HeaderClassName
{
color: #E716B3;
}
.AnyTagClassName
{
color: #E716B3;
}
</style>
background-color css
<style>
a { background-color: #E716B3; }
a { background-color: rgb(231,22,179); }
div.DivClassName
{
background-color: #E716B3;
}
.BgClassName
{
background-color: #E716B3;
}
</style>
border-color css
<style>
span { border-color: #E716B3; }
span { border-color: rgb(231,22,179); }
td.TdClassName
{
border-color: #E716B3;
}
.TagClassName
{
border-color: #E716B3;
}
</style>