Shades of Shocking #E696BC
Tints of Shocking #E696BC
RGB
CMYK
RGB Variations
Color information
#E696BC (or 0xE696BC) is known color: Shocking. HEX triplet: E6, 96 and BC. RGB value is (230,150,188). Sum of RGB (Red+Green+Blue) = 230+150+188=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E696BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696BC is #196943. Grayscale: #B2B2B2. Windows color (decimal): -1665348 or 12359398. OLE color: 12359398.
HSL color Cylindrical-coordinate representation of color #E696BC: hue angle of 331.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696BC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 188 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.10 |
| HSL | 331.5º | 0.62% | 0.75% | - |
| HSV(B) | 331.5º | 0.35% | 0.9% | - |
| XYZ | 52.62 | 42.27 | 52.96 | - |
| YUV | 178.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 188 | 0 | 0.35 | 0.18 | 0.10 | 331.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | BC | 0 | 23 | 12 | A | 14C | 3E | 4B |
| Octal | 346 | 226 | 274 | 0 | 43 | 22 | 12 | 514 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10111100 | 0 | 100011 | 10010 | 1010 | 101001100 | 111110 | 1001011 |
Color Harmonies of #E696BC
Complementary color
Monochromatic Colors of #E696BC
Black with #E696BC
Text Example
Text Example
White with #E696BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696BC; }
p { color: rgb(230,150,188); }
H1.HeaderClassName
{
color: #E696BC;
}
.AnyTagClassName
{
color: #E696BC;
}
</style>
background-color css
<style>
a { background-color: #E696BC; }
a { background-color: rgb(230,150,188); }
div.DivClassName
{
background-color: #E696BC;
}
.BgClassName
{
background-color: #E696BC;
}
</style>
border-color css
<style>
span { border-color: #E696BC; }
span { border-color: rgb(230,150,188); }
td.TdClassName
{
border-color: #E696BC;
}
.TagClassName
{
border-color: #E696BC;
}
</style>