Shades of Shocking Pink #E718B5
Tints of Shocking Pink #E718B5
RGB
CMYK
RGB Variations
Color information
#E718B5 (or 0xE718B5) is known color: Shocking Pink. HEX triplet: E7, 18 and B5. RGB value is (231,24,181). Sum of RGB (Red+Green+Blue) = 231+24+181=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E718B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718B5 is #18E74A. Grayscale: #676767. Windows color (decimal): -1632075 or 11868391. OLE color: 11868391.
HSL color Cylindrical-coordinate representation of color #E718B5: hue angle of 314.49º degrees, saturation: 0.81, 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 #E718B5 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 181 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.09 |
| HSL | 314.49º | 0.81% | 0.5% | - |
| HSV(B) | 314.49º | 0.9% | 0.91% | - |
| XYZ | 41.62 | 20.98 | 45.57 | - |
| YUV | 103.79 | 171.58 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 181 | 0 | 0.90 | 0.22 | 0.09 | 314.49 | 0.81 | 0.5 |
| Hex | E7 | 18 | B5 | 0 | 5A | 16 | 9 | 13A | 51 | 32 |
| Octal | 347 | 30 | 265 | 0 | 132 | 26 | 11 | 472 | 121 | 62 |
| Binary | 11100111 | 11000 | 10110101 | 0 | 1011010 | 10110 | 1001 | 100111010 | 1010001 | 110010 |
Color Harmonies of #E718B5
Complementary color
Monochromatic Colors of #E718B5
Black with #E718B5
Text Example
Text Example
White with #E718B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718B5; }
p { color: rgb(231,24,181); }
H1.HeaderClassName
{
color: #E718B5;
}
.AnyTagClassName
{
color: #E718B5;
}
</style>
background-color css
<style>
a { background-color: #E718B5; }
a { background-color: rgb(231,24,181); }
div.DivClassName
{
background-color: #E718B5;
}
.BgClassName
{
background-color: #E718B5;
}
</style>
border-color css
<style>
span { border-color: #E718B5; }
span { border-color: rgb(231,24,181); }
td.TdClassName
{
border-color: #E718B5;
}
.TagClassName
{
border-color: #E718B5;
}
</style>