Shades of Shocking #E69DBB
Tints of Shocking #E69DBB
RGB
CMYK
RGB Variations
Color information
#E69DBB (or 0xE69DBB) is known color: Shocking. HEX triplet: E6, 9D and BB. RGB value is (230,157,187). Sum of RGB (Red+Green+Blue) = 230+157+187=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBB is #196244. Grayscale: #B6B6B6. Windows color (decimal): -1663557 or 12295654. OLE color: 12295654.
HSL color Cylindrical-coordinate representation of color #E69DBB: hue angle of 335.34º 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 #E69DBB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 187 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.10 |
| HSL | 335.34º | 0.59% | 0.76% | - |
| HSV(B) | 335.34º | 0.32% | 0.9% | - |
| XYZ | 53.66 | 44.52 | 52.78 | - |
| YUV | 182.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 187 | 0 | 0.32 | 0.19 | 0.10 | 335.34 | 0.59 | 0.76 |
| Hex | E6 | 9D | BB | 0 | 20 | 13 | A | 14F | 3B | 4C |
| Octal | 346 | 235 | 273 | 0 | 40 | 23 | 12 | 517 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10111011 | 0 | 100000 | 10011 | 1010 | 101001111 | 111011 | 1001100 |
Color Harmonies of #E69DBB
Complementary color
Monochromatic Colors of #E69DBB
Black with #E69DBB
Text Example
Text Example
White with #E69DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DBB; }
p { color: rgb(230,157,187); }
H1.HeaderClassName
{
color: #E69DBB;
}
.AnyTagClassName
{
color: #E69DBB;
}
</style>
background-color css
<style>
a { background-color: #E69DBB; }
a { background-color: rgb(230,157,187); }
div.DivClassName
{
background-color: #E69DBB;
}
.BgClassName
{
background-color: #E69DBB;
}
</style>
border-color css
<style>
span { border-color: #E69DBB; }
span { border-color: rgb(230,157,187); }
td.TdClassName
{
border-color: #E69DBB;
}
.TagClassName
{
border-color: #E69DBB;
}
</style>