Shades of Shocking #E699BA
Tints of Shocking #E699BA
RGB
CMYK
RGB Variations
Color information
#E699BA (or 0xE699BA) is known color: Shocking. HEX triplet: E6, 99 and BA. RGB value is (230,153,186). Sum of RGB (Red+Green+Blue) = 230+153+186=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E699BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699BA is #196645. Grayscale: #B3B3B3. Windows color (decimal): -1664582 or 12229094. OLE color: 12229094.
HSL color Cylindrical-coordinate representation of color #E699BA: hue angle of 334.29º 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 #E699BA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 186 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.10 |
| HSL | 334.29º | 0.61% | 0.75% | - |
| HSV(B) | 334.29º | 0.33% | 0.9% | - |
| XYZ | 52.89 | 43.15 | 52 | - |
| YUV | 179.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 186 | 0 | 0.33 | 0.19 | 0.10 | 334.29 | 0.61 | 0.75 |
| Hex | E6 | 99 | BA | 0 | 21 | 13 | A | 14E | 3D | 4B |
| Octal | 346 | 231 | 272 | 0 | 41 | 23 | 12 | 516 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10111010 | 0 | 100001 | 10011 | 1010 | 101001110 | 111101 | 1001011 |
Color Harmonies of #E699BA
Complementary color
Monochromatic Colors of #E699BA
Black with #E699BA
Text Example
Text Example
White with #E699BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699BA; }
p { color: rgb(230,153,186); }
H1.HeaderClassName
{
color: #E699BA;
}
.AnyTagClassName
{
color: #E699BA;
}
</style>
background-color css
<style>
a { background-color: #E699BA; }
a { background-color: rgb(230,153,186); }
div.DivClassName
{
background-color: #E699BA;
}
.BgClassName
{
background-color: #E699BA;
}
</style>
border-color css
<style>
span { border-color: #E699BA; }
span { border-color: rgb(230,153,186); }
td.TdClassName
{
border-color: #E699BA;
}
.TagClassName
{
border-color: #E699BA;
}
</style>