Shades of Shocking #E69DBD
Tints of Shocking #E69DBD
RGB
CMYK
RGB Variations
Color information
#E69DBD (or 0xE69DBD) is known color: Shocking. HEX triplet: E6, 9D and BD. RGB value is (230,157,189). Sum of RGB (Red+Green+Blue) = 230+157+189=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBD is #196242. Grayscale: #B6B6B6. Windows color (decimal): -1663555 or 12426726. OLE color: 12426726.
HSL color Cylindrical-coordinate representation of color #E69DBD: hue angle of 333.7º 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 #E69DBD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 189 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.10 |
| HSL | 333.7º | 0.59% | 0.76% | - |
| HSV(B) | 333.7º | 0.32% | 0.9% | - |
| XYZ | 53.88 | 44.61 | 53.92 | - |
| YUV | 182.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 189 | 0 | 0.32 | 0.18 | 0.10 | 333.7 | 0.59 | 0.76 |
| Hex | E6 | 9D | BD | 0 | 20 | 12 | A | 14E | 3B | 4C |
| Octal | 346 | 235 | 275 | 0 | 40 | 22 | 12 | 516 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10111101 | 0 | 100000 | 10010 | 1010 | 101001110 | 111011 | 1001100 |
Color Harmonies of #E69DBD
Complementary color
Monochromatic Colors of #E69DBD
Black with #E69DBD
Text Example
Text Example
White with #E69DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DBD; }
p { color: rgb(230,157,189); }
H1.HeaderClassName
{
color: #E69DBD;
}
.AnyTagClassName
{
color: #E69DBD;
}
</style>
background-color css
<style>
a { background-color: #E69DBD; }
a { background-color: rgb(230,157,189); }
div.DivClassName
{
background-color: #E69DBD;
}
.BgClassName
{
background-color: #E69DBD;
}
</style>
border-color css
<style>
span { border-color: #E69DBD; }
span { border-color: rgb(230,157,189); }
td.TdClassName
{
border-color: #E69DBD;
}
.TagClassName
{
border-color: #E69DBD;
}
</style>