Shades of Shocking #E698BC
Tints of Shocking #E698BC
RGB
CMYK
RGB Variations
Color information
#E698BC (or 0xE698BC) is known color: Shocking. HEX triplet: E6, 98 and BC. RGB value is (230,152,188). Sum of RGB (Red+Green+Blue) = 230+152+188=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E698BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698BC is #196743. Grayscale: #B3B3B3. Windows color (decimal): -1664836 or 12359910. OLE color: 12359910.
HSL color Cylindrical-coordinate representation of color #E698BC: hue angle of 332.31º 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 #E698BC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 188 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.10 |
| HSL | 332.31º | 0.61% | 0.75% | - |
| HSV(B) | 332.31º | 0.34% | 0.9% | - |
| XYZ | 52.94 | 42.91 | 53.07 | - |
| YUV | 179.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 188 | 0 | 0.34 | 0.18 | 0.10 | 332.31 | 0.61 | 0.75 |
| Hex | E6 | 98 | BC | 0 | 22 | 12 | A | 14C | 3D | 4B |
| Octal | 346 | 230 | 274 | 0 | 42 | 22 | 12 | 514 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10111100 | 0 | 100010 | 10010 | 1010 | 101001100 | 111101 | 1001011 |
Color Harmonies of #E698BC
Complementary color
Monochromatic Colors of #E698BC
Black with #E698BC
Text Example
Text Example
White with #E698BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698BC; }
p { color: rgb(230,152,188); }
H1.HeaderClassName
{
color: #E698BC;
}
.AnyTagClassName
{
color: #E698BC;
}
</style>
background-color css
<style>
a { background-color: #E698BC; }
a { background-color: rgb(230,152,188); }
div.DivClassName
{
background-color: #E698BC;
}
.BgClassName
{
background-color: #E698BC;
}
</style>
border-color css
<style>
span { border-color: #E698BC; }
span { border-color: rgb(230,152,188); }
td.TdClassName
{
border-color: #E698BC;
}
.TagClassName
{
border-color: #E698BC;
}
</style>