Shades of Shocking #E69ECC
Tints of Shocking #E69ECC
RGB
CMYK
RGB Variations
Color information
#E69ECC (or 0xE69ECC) is known color: Shocking. HEX triplet: E6, 9E and CC. RGB value is (230,158,204). Sum of RGB (Red+Green+Blue) = 230+158+204=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ECC is #196133. Grayscale: #B8B8B8. Windows color (decimal): -1663284 or 13410022. OLE color: 13410022.
HSL color Cylindrical-coordinate representation of color #E69ECC: hue angle of 321.67º 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 #E69ECC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 204 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.10 |
| HSL | 321.67º | 0.59% | 0.76% | - |
| HSV(B) | 321.67º | 0.31% | 0.9% | - |
| XYZ | 55.76 | 45.64 | 63 | - |
| YUV | 184.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 204 | 0 | 0.31 | 0.11 | 0.10 | 321.67 | 0.59 | 0.76 |
| Hex | E6 | 9E | CC | 0 | 1F | B | A | 142 | 3B | 4C |
| Octal | 346 | 236 | 314 | 0 | 37 | 13 | 12 | 502 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11001100 | 0 | 11111 | 1011 | 1010 | 101000010 | 111011 | 1001100 |
Color Harmonies of #E69ECC
Complementary color
Monochromatic Colors of #E69ECC
Black with #E69ECC
Text Example
Text Example
White with #E69ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ECC; }
p { color: rgb(230,158,204); }
H1.HeaderClassName
{
color: #E69ECC;
}
.AnyTagClassName
{
color: #E69ECC;
}
</style>
background-color css
<style>
a { background-color: #E69ECC; }
a { background-color: rgb(230,158,204); }
div.DivClassName
{
background-color: #E69ECC;
}
.BgClassName
{
background-color: #E69ECC;
}
</style>
border-color css
<style>
span { border-color: #E69ECC; }
span { border-color: rgb(230,158,204); }
td.TdClassName
{
border-color: #E69ECC;
}
.TagClassName
{
border-color: #E69ECC;
}
</style>