Shades of Shocking #E697BD
Tints of Shocking #E697BD
RGB
CMYK
RGB Variations
Color information
#E697BD (or 0xE697BD) is known color: Shocking. HEX triplet: E6, 97 and BD. RGB value is (230,151,189). Sum of RGB (Red+Green+Blue) = 230+151+189=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E697BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697BD is #196842. Grayscale: #B2B2B2. Windows color (decimal): -1665091 or 12425190. OLE color: 12425190.
HSL color Cylindrical-coordinate representation of color #E697BD: hue angle of 331.14º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697BD is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 189 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.10 |
| HSL | 331.14º | 0.61% | 0.75% | - |
| HSV(B) | 331.14º | 0.34% | 0.9% | - |
| XYZ | 52.89 | 42.63 | 53.59 | - |
| YUV | 178.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 189 | 0 | 0.34 | 0.18 | 0.10 | 331.14 | 0.61 | 0.75 |
| Hex | E6 | 97 | BD | 0 | 22 | 12 | A | 14B | 3D | 4B |
| Octal | 346 | 227 | 275 | 0 | 42 | 22 | 12 | 513 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10111101 | 0 | 100010 | 10010 | 1010 | 101001011 | 111101 | 1001011 |
Color Harmonies of #E697BD
Complementary color
Monochromatic Colors of #E697BD
Black with #E697BD
Text Example
Text Example
White with #E697BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697BD; }
p { color: rgb(230,151,189); }
H1.HeaderClassName
{
color: #E697BD;
}
.AnyTagClassName
{
color: #E697BD;
}
</style>
background-color css
<style>
a { background-color: #E697BD; }
a { background-color: rgb(230,151,189); }
div.DivClassName
{
background-color: #E697BD;
}
.BgClassName
{
background-color: #E697BD;
}
</style>
border-color css
<style>
span { border-color: #E697BD; }
span { border-color: rgb(230,151,189); }
td.TdClassName
{
border-color: #E697BD;
}
.TagClassName
{
border-color: #E697BD;
}
</style>