Shades of Shocking #E69DBC
Tints of Shocking #E69DBC
RGB
CMYK
RGB Variations
Color information
#E69DBC (or 0xE69DBC) is known color: Shocking. HEX triplet: E6, 9D and BC. RGB value is (230,157,188). Sum of RGB (Red+Green+Blue) = 230+157+188=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBC is #196243. Grayscale: #B6B6B6. Windows color (decimal): -1663556 or 12361190. OLE color: 12361190.
HSL color Cylindrical-coordinate representation of color #E69DBC: hue angle of 334.52º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DBC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 188 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.10 |
| HSL | 334.52º | 0.59% | 0.76% | - |
| HSV(B) | 334.52º | 0.32% | 0.9% | - |
| XYZ | 53.77 | 44.57 | 53.35 | - |
| YUV | 182.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 188 | 0 | 0.32 | 0.18 | 0.10 | 334.52 | 0.59 | 0.76 |
| Hex | E6 | 9D | BC | 0 | 20 | 12 | A | 14F | 3B | 4C |
| Octal | 346 | 235 | 274 | 0 | 40 | 22 | 12 | 517 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10111100 | 0 | 100000 | 10010 | 1010 | 101001111 | 111011 | 1001100 |
Color Harmonies of #E69DBC
Complementary color
Monochromatic Colors of #E69DBC
Black with #E69DBC
Text Example
Text Example
White with #E69DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DBC; }
p { color: rgb(230,157,188); }
H1.HeaderClassName
{
color: #E69DBC;
}
.AnyTagClassName
{
color: #E69DBC;
}
</style>
background-color css
<style>
a { background-color: #E69DBC; }
a { background-color: rgb(230,157,188); }
div.DivClassName
{
background-color: #E69DBC;
}
.BgClassName
{
background-color: #E69DBC;
}
</style>
border-color css
<style>
span { border-color: #E69DBC; }
span { border-color: rgb(230,157,188); }
td.TdClassName
{
border-color: #E69DBC;
}
.TagClassName
{
border-color: #E69DBC;
}
</style>