Shades of Shocking #E69DBA
Tints of Shocking #E69DBA
RGB
CMYK
RGB Variations
Color information
#E69DBA (or 0xE69DBA) is known color: Shocking. HEX triplet: E6, 9D and BA. RGB value is (230,157,186). Sum of RGB (Red+Green+Blue) = 230+157+186=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBA is #196245. Grayscale: #B6B6B6. Windows color (decimal): -1663558 or 12230118. OLE color: 12230118.
HSL color Cylindrical-coordinate representation of color #E69DBA: hue angle of 336.16º 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 #E69DBA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 186 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.10 |
| HSL | 336.16º | 0.59% | 0.76% | - |
| HSV(B) | 336.16º | 0.32% | 0.9% | - |
| XYZ | 53.55 | 44.48 | 52.22 | - |
| YUV | 182.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 186 | 0 | 0.32 | 0.19 | 0.10 | 336.16 | 0.59 | 0.76 |
| Hex | E6 | 9D | BA | 0 | 20 | 13 | A | 150 | 3B | 4C |
| Octal | 346 | 235 | 272 | 0 | 40 | 23 | 12 | 520 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10111010 | 0 | 100000 | 10011 | 1010 | 101010000 | 111011 | 1001100 |
Color Harmonies of #E69DBA
Complementary color
Monochromatic Colors of #E69DBA
Black with #E69DBA
Text Example
Text Example
White with #E69DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DBA; }
p { color: rgb(230,157,186); }
H1.HeaderClassName
{
color: #E69DBA;
}
.AnyTagClassName
{
color: #E69DBA;
}
</style>
background-color css
<style>
a { background-color: #E69DBA; }
a { background-color: rgb(230,157,186); }
div.DivClassName
{
background-color: #E69DBA;
}
.BgClassName
{
background-color: #E69DBA;
}
</style>
border-color css
<style>
span { border-color: #E69DBA; }
span { border-color: rgb(230,157,186); }
td.TdClassName
{
border-color: #E69DBA;
}
.TagClassName
{
border-color: #E69DBA;
}
</style>