Shades of Shocking #E699BC
Tints of Shocking #E699BC
RGB
CMYK
RGB Variations
Color information
#E699BC (or 0xE699BC) is known color: Shocking. HEX triplet: E6, 99 and BC. RGB value is (230,153,188). Sum of RGB (Red+Green+Blue) = 230+153+188=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E699BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699BC is #196643. Grayscale: #B3B3B3. Windows color (decimal): -1664580 or 12360166. OLE color: 12360166.
HSL color Cylindrical-coordinate representation of color #E699BC: hue angle of 332.73º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699BC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 188 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.10 |
| HSL | 332.73º | 0.61% | 0.75% | - |
| HSV(B) | 332.73º | 0.33% | 0.9% | - |
| XYZ | 53.1 | 43.24 | 53.12 | - |
| YUV | 180.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 188 | 0 | 0.33 | 0.18 | 0.10 | 332.73 | 0.61 | 0.75 |
| Hex | E6 | 99 | BC | 0 | 21 | 12 | A | 14D | 3D | 4B |
| Octal | 346 | 231 | 274 | 0 | 41 | 22 | 12 | 515 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10111100 | 0 | 100001 | 10010 | 1010 | 101001101 | 111101 | 1001011 |
Color Harmonies of #E699BC
Complementary color
Monochromatic Colors of #E699BC
Black with #E699BC
Text Example
Text Example
White with #E699BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699BC; }
p { color: rgb(230,153,188); }
H1.HeaderClassName
{
color: #E699BC;
}
.AnyTagClassName
{
color: #E699BC;
}
</style>
background-color css
<style>
a { background-color: #E699BC; }
a { background-color: rgb(230,153,188); }
div.DivClassName
{
background-color: #E699BC;
}
.BgClassName
{
background-color: #E699BC;
}
</style>
border-color css
<style>
span { border-color: #E699BC; }
span { border-color: rgb(230,153,188); }
td.TdClassName
{
border-color: #E699BC;
}
.TagClassName
{
border-color: #E699BC;
}
</style>