Shades of Shocking #E691BD
Tints of Shocking #E691BD
RGB
CMYK
RGB Variations
Color information
#E691BD (or 0xE691BD) is known color: Shocking. HEX triplet: E6, 91 and BD. RGB value is (230,145,189). Sum of RGB (Red+Green+Blue) = 230+145+189=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E691BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691BD is #196E42. Grayscale: #AFAFAF. Windows color (decimal): -1666627 or 12423654. OLE color: 12423654.
HSL color Cylindrical-coordinate representation of color #E691BD: hue angle of 328.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691BD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 189 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.10 |
| HSL | 328.94º | 0.63% | 0.74% | - |
| HSV(B) | 328.94º | 0.37% | 0.9% | - |
| XYZ | 51.94 | 40.75 | 53.27 | - |
| YUV | 175.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 189 | 0 | 0.37 | 0.18 | 0.10 | 328.94 | 0.63 | 0.74 |
| Hex | E6 | 91 | BD | 0 | 25 | 12 | A | 149 | 3F | 4A |
| Octal | 346 | 221 | 275 | 0 | 45 | 22 | 12 | 511 | 77 | 112 |
| Binary | 11100110 | 10010001 | 10111101 | 0 | 100101 | 10010 | 1010 | 101001001 | 111111 | 1001010 |
Color Harmonies of #E691BD
Complementary color
Monochromatic Colors of #E691BD
Black with #E691BD
Text Example
Text Example
White with #E691BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691BD; }
p { color: rgb(230,145,189); }
H1.HeaderClassName
{
color: #E691BD;
}
.AnyTagClassName
{
color: #E691BD;
}
</style>
background-color css
<style>
a { background-color: #E691BD; }
a { background-color: rgb(230,145,189); }
div.DivClassName
{
background-color: #E691BD;
}
.BgClassName
{
background-color: #E691BD;
}
</style>
border-color css
<style>
span { border-color: #E691BD; }
span { border-color: rgb(230,145,189); }
td.TdClassName
{
border-color: #E691BD;
}
.TagClassName
{
border-color: #E691BD;
}
</style>