Shades of Shocking #E788B8
Tints of Shocking #E788B8
RGB
CMYK
RGB Variations
Color information
#E788B8 (or 0xE788B8) is known color: Shocking. HEX triplet: E7, 88 and B8. RGB value is (231,136,184). Sum of RGB (Red+Green+Blue) = 231+136+184=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E788B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788B8 is #187747. Grayscale: #A9A9A9. Windows color (decimal): -1603400 or 12093671. OLE color: 12093671.
HSL color Cylindrical-coordinate representation of color #E788B8: hue angle of 329.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788B8 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 184 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.09 |
| HSL | 329.68º | 0.66% | 0.72% | - |
| HSV(B) | 329.68º | 0.41% | 0.91% | - |
| XYZ | 50.41 | 38.06 | 50.04 | - |
| YUV | 169.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 184 | 0 | 0.41 | 0.20 | 0.09 | 329.68 | 0.66 | 0.72 |
| Hex | E7 | 88 | B8 | 0 | 29 | 14 | 9 | 14A | 42 | 48 |
| Octal | 347 | 210 | 270 | 0 | 51 | 24 | 11 | 512 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10111000 | 0 | 101001 | 10100 | 1001 | 101001010 | 1000010 | 1001000 |
Color Harmonies of #E788B8
Complementary color
Monochromatic Colors of #E788B8
Black with #E788B8
Text Example
Text Example
White with #E788B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788B8; }
p { color: rgb(231,136,184); }
H1.HeaderClassName
{
color: #E788B8;
}
.AnyTagClassName
{
color: #E788B8;
}
</style>
background-color css
<style>
a { background-color: #E788B8; }
a { background-color: rgb(231,136,184); }
div.DivClassName
{
background-color: #E788B8;
}
.BgClassName
{
background-color: #E788B8;
}
</style>
border-color css
<style>
span { border-color: #E788B8; }
span { border-color: rgb(231,136,184); }
td.TdClassName
{
border-color: #E788B8;
}
.TagClassName
{
border-color: #E788B8;
}
</style>