Shades of Shocking #E697BC
Tints of Shocking #E697BC
RGB
CMYK
RGB Variations
Color information
#E697BC (or 0xE697BC) is known color: Shocking. HEX triplet: E6, 97 and BC. RGB value is (230,151,188). Sum of RGB (Red+Green+Blue) = 230+151+188=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E697BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697BC is #196843. Grayscale: #B2B2B2. Windows color (decimal): -1665092 or 12359654. OLE color: 12359654.
HSL color Cylindrical-coordinate representation of color #E697BC: hue angle of 331.9º 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 #E697BC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 188 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.10 |
| HSL | 331.9º | 0.61% | 0.75% | - |
| HSV(B) | 331.9º | 0.34% | 0.9% | - |
| XYZ | 52.78 | 42.59 | 53.02 | - |
| YUV | 178.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 188 | 0 | 0.34 | 0.18 | 0.10 | 331.9 | 0.61 | 0.75 |
| Hex | E6 | 97 | BC | 0 | 22 | 12 | A | 14C | 3D | 4B |
| Octal | 346 | 227 | 274 | 0 | 42 | 22 | 12 | 514 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10111100 | 0 | 100010 | 10010 | 1010 | 101001100 | 111101 | 1001011 |
Color Harmonies of #E697BC
Complementary color
Monochromatic Colors of #E697BC
Black with #E697BC
Text Example
Text Example
White with #E697BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697BC; }
p { color: rgb(230,151,188); }
H1.HeaderClassName
{
color: #E697BC;
}
.AnyTagClassName
{
color: #E697BC;
}
</style>
background-color css
<style>
a { background-color: #E697BC; }
a { background-color: rgb(230,151,188); }
div.DivClassName
{
background-color: #E697BC;
}
.BgClassName
{
background-color: #E697BC;
}
</style>
border-color css
<style>
span { border-color: #E697BC; }
span { border-color: rgb(230,151,188); }
td.TdClassName
{
border-color: #E697BC;
}
.TagClassName
{
border-color: #E697BC;
}
</style>