Shades of Shocking #E69EBD
Tints of Shocking #E69EBD
RGB
CMYK
RGB Variations
Color information
#E69EBD (or 0xE69EBD) is known color: Shocking. HEX triplet: E6, 9E and BD. RGB value is (230,158,189). Sum of RGB (Red+Green+Blue) = 230+158+189=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EBD is #196142. Grayscale: #B7B7B7. Windows color (decimal): -1663299 or 12426982. OLE color: 12426982.
HSL color Cylindrical-coordinate representation of color #E69EBD: hue angle of 334.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EBD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 189 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.10 |
| HSL | 334.17º | 0.59% | 0.76% | - |
| HSV(B) | 334.17º | 0.31% | 0.9% | - |
| XYZ | 54.05 | 44.95 | 53.97 | - |
| YUV | 183.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 189 | 0 | 0.31 | 0.18 | 0.10 | 334.17 | 0.59 | 0.76 |
| Hex | E6 | 9E | BD | 0 | 1F | 12 | A | 14E | 3B | 4C |
| Octal | 346 | 236 | 275 | 0 | 37 | 22 | 12 | 516 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10111101 | 0 | 11111 | 10010 | 1010 | 101001110 | 111011 | 1001100 |
Color Harmonies of #E69EBD
Complementary color
Monochromatic Colors of #E69EBD
Black with #E69EBD
Text Example
Text Example
White with #E69EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EBD; }
p { color: rgb(230,158,189); }
H1.HeaderClassName
{
color: #E69EBD;
}
.AnyTagClassName
{
color: #E69EBD;
}
</style>
background-color css
<style>
a { background-color: #E69EBD; }
a { background-color: rgb(230,158,189); }
div.DivClassName
{
background-color: #E69EBD;
}
.BgClassName
{
background-color: #E69EBD;
}
</style>
border-color css
<style>
span { border-color: #E69EBD; }
span { border-color: rgb(230,158,189); }
td.TdClassName
{
border-color: #E69EBD;
}
.TagClassName
{
border-color: #E69EBD;
}
</style>