Shades of Shocking Pink #E718BB
Tints of Shocking Pink #E718BB
RGB
CMYK
RGB Variations
Color information
#E718BB (or 0xE718BB) is known color: Shocking Pink. HEX triplet: E7, 18 and BB. RGB value is (231,24,187). Sum of RGB (Red+Green+Blue) = 231+24+187=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E718BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718BB is #18E744. Grayscale: #686868. Windows color (decimal): -1632069 or 12261607. OLE color: 12261607.
HSL color Cylindrical-coordinate representation of color #E718BB: hue angle of 312.75º 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 #E718BB is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.09 |
| HSL | 312.75º | 0.81% | 0.5% | - |
| HSV(B) | 312.75º | 0.9% | 0.91% | - |
| XYZ | 42.25 | 21.23 | 48.88 | - |
| YUV | 104.48 | 174.58 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 187 | 0 | 0.90 | 0.19 | 0.09 | 312.75 | 0.81 | 0.5 |
| Hex | E7 | 18 | BB | 0 | 5A | 13 | 9 | 139 | 51 | 32 |
| Octal | 347 | 30 | 273 | 0 | 132 | 23 | 11 | 471 | 121 | 62 |
| Binary | 11100111 | 11000 | 10111011 | 0 | 1011010 | 10011 | 1001 | 100111001 | 1010001 | 110010 |
Color Harmonies of #E718BB
Complementary color
Monochromatic Colors of #E718BB
Black with #E718BB
Text Example
Text Example
White with #E718BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718BB; }
p { color: rgb(231,24,187); }
H1.HeaderClassName
{
color: #E718BB;
}
.AnyTagClassName
{
color: #E718BB;
}
</style>
background-color css
<style>
a { background-color: #E718BB; }
a { background-color: rgb(231,24,187); }
div.DivClassName
{
background-color: #E718BB;
}
.BgClassName
{
background-color: #E718BB;
}
</style>
border-color css
<style>
span { border-color: #E718BB; }
span { border-color: rgb(231,24,187); }
td.TdClassName
{
border-color: #E718BB;
}
.TagClassName
{
border-color: #E718BB;
}
</style>