Shades of Shocking #E69ECE
Tints of Shocking #E69ECE
RGB
CMYK
RGB Variations
Color information
#E69ECE (or 0xE69ECE) is known color: Shocking. HEX triplet: E6, 9E and CE. RGB value is (230,158,206). Sum of RGB (Red+Green+Blue) = 230+158+206=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ECE is #196131. Grayscale: #B8B8B8. Windows color (decimal): -1663282 or 13541094. OLE color: 13541094.
HSL color Cylindrical-coordinate representation of color #E69ECE: hue angle of 320º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69ECE is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 206 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.10 |
| HSL | 320º | 0.59% | 0.76% | - |
| HSV(B) | 320º | 0.31% | 0.9% | - |
| XYZ | 56 | 45.73 | 64.27 | - |
| YUV | 185 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 206 | 0 | 0.31 | 0.10 | 0.10 | 320 | 0.59 | 0.76 |
| Hex | E6 | 9E | CE | 0 | 1F | A | A | 140 | 3B | 4C |
| Octal | 346 | 236 | 316 | 0 | 37 | 12 | 12 | 500 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11001110 | 0 | 11111 | 1010 | 1010 | 101000000 | 111011 | 1001100 |
Color Harmonies of #E69ECE
Complementary color
Monochromatic Colors of #E69ECE
Black with #E69ECE
Text Example
Text Example
White with #E69ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ECE; }
p { color: rgb(230,158,206); }
H1.HeaderClassName
{
color: #E69ECE;
}
.AnyTagClassName
{
color: #E69ECE;
}
</style>
background-color css
<style>
a { background-color: #E69ECE; }
a { background-color: rgb(230,158,206); }
div.DivClassName
{
background-color: #E69ECE;
}
.BgClassName
{
background-color: #E69ECE;
}
</style>
border-color css
<style>
span { border-color: #E69ECE; }
span { border-color: rgb(230,158,206); }
td.TdClassName
{
border-color: #E69ECE;
}
.TagClassName
{
border-color: #E69ECE;
}
</style>