Shades of Shocking #E69DB7
Tints of Shocking #E69DB7
RGB
CMYK
RGB Variations
Color information
#E69DB7 (or 0xE69DB7) is known color: Shocking. HEX triplet: E6, 9D and B7. RGB value is (230,157,183). Sum of RGB (Red+Green+Blue) = 230+157+183=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB7 is #196248. Grayscale: #B5B5B5. Windows color (decimal): -1663561 or 12033510. OLE color: 12033510.
HSL color Cylindrical-coordinate representation of color #E69DB7: hue angle of 338.63º 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 #E69DB7 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 183 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.10 |
| HSL | 338.63º | 0.59% | 0.76% | - |
| HSV(B) | 338.63º | 0.32% | 0.9% | - |
| XYZ | 53.24 | 44.36 | 50.56 | - |
| YUV | 181.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 183 | 0 | 0.32 | 0.20 | 0.10 | 338.63 | 0.59 | 0.76 |
| Hex | E6 | 9D | B7 | 0 | 20 | 14 | A | 153 | 3B | 4C |
| Octal | 346 | 235 | 267 | 0 | 40 | 24 | 12 | 523 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10110111 | 0 | 100000 | 10100 | 1010 | 101010011 | 111011 | 1001100 |
Color Harmonies of #E69DB7
Complementary color
Monochromatic Colors of #E69DB7
Black with #E69DB7
Text Example
Text Example
White with #E69DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DB7; }
p { color: rgb(230,157,183); }
H1.HeaderClassName
{
color: #E69DB7;
}
.AnyTagClassName
{
color: #E69DB7;
}
</style>
background-color css
<style>
a { background-color: #E69DB7; }
a { background-color: rgb(230,157,183); }
div.DivClassName
{
background-color: #E69DB7;
}
.BgClassName
{
background-color: #E69DB7;
}
</style>
border-color css
<style>
span { border-color: #E69DB7; }
span { border-color: rgb(230,157,183); }
td.TdClassName
{
border-color: #E69DB7;
}
.TagClassName
{
border-color: #E69DB7;
}
</style>