Shades of Shocking #E991BD
Tints of Shocking #E991BD
RGB
CMYK
RGB Variations
Color information
#E991BD (or 0xE991BD) is known color: Shocking. HEX triplet: E9, 91 and BD. RGB value is (233,145,189). Sum of RGB (Red+Green+Blue) = 233+145+189=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E991BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991BD is #166E42. Grayscale: #B0B0B0. Windows color (decimal): -1470019 or 12423657. OLE color: 12423657.
HSL color Cylindrical-coordinate representation of color #E991BD: hue angle of 330º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E991BD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 189 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.09 |
| HSL | 330º | 0.67% | 0.74% | - |
| HSV(B) | 330º | 0.38% | 0.91% | - |
| XYZ | 52.91 | 41.25 | 53.32 | - |
| YUV | 176.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 189 | 0 | 0.38 | 0.19 | 0.09 | 330 | 0.67 | 0.74 |
| Hex | E9 | 91 | BD | 0 | 26 | 13 | 9 | 14A | 43 | 4A |
| Octal | 351 | 221 | 275 | 0 | 46 | 23 | 11 | 512 | 103 | 112 |
| Binary | 11101001 | 10010001 | 10111101 | 0 | 100110 | 10011 | 1001 | 101001010 | 1000011 | 1001010 |
Color Harmonies of #E991BD
Complementary color
Monochromatic Colors of #E991BD
Black with #E991BD
Text Example
Text Example
White with #E991BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991BD; }
p { color: rgb(233,145,189); }
H1.HeaderClassName
{
color: #E991BD;
}
.AnyTagClassName
{
color: #E991BD;
}
</style>
background-color css
<style>
a { background-color: #E991BD; }
a { background-color: rgb(233,145,189); }
div.DivClassName
{
background-color: #E991BD;
}
.BgClassName
{
background-color: #E991BD;
}
</style>
border-color css
<style>
span { border-color: #E991BD; }
span { border-color: rgb(233,145,189); }
td.TdClassName
{
border-color: #E991BD;
}
.TagClassName
{
border-color: #E991BD;
}
</style>