Shades of Shocking #E69ACE
Tints of Shocking #E69ACE
RGB
CMYK
RGB Variations
Color information
#E69ACE (or 0xE69ACE) is known color: Shocking. HEX triplet: E6, 9A and CE. RGB value is (230,154,206). Sum of RGB (Red+Green+Blue) = 230+154+206=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACE is #196531. Grayscale: #B6B6B6. Windows color (decimal): -1664306 or 13540070. OLE color: 13540070.
HSL color Cylindrical-coordinate representation of color #E69ACE: hue angle of 318.95º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ACE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 206 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.10 |
| HSL | 318.95º | 0.6% | 0.75% | - |
| HSV(B) | 318.95º | 0.33% | 0.9% | - |
| XYZ | 55.33 | 44.39 | 64.04 | - |
| YUV | 182.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 206 | 0 | 0.33 | 0.10 | 0.10 | 318.95 | 0.6 | 0.75 |
| Hex | E6 | 9A | CE | 0 | 21 | A | A | 13F | 3C | 4B |
| Octal | 346 | 232 | 316 | 0 | 41 | 12 | 12 | 477 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11001110 | 0 | 100001 | 1010 | 1010 | 100111111 | 111100 | 1001011 |
Color Harmonies of #E69ACE
Complementary color
Monochromatic Colors of #E69ACE
Black with #E69ACE
Text Example
Text Example
White with #E69ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ACE; }
p { color: rgb(230,154,206); }
H1.HeaderClassName
{
color: #E69ACE;
}
.AnyTagClassName
{
color: #E69ACE;
}
</style>
background-color css
<style>
a { background-color: #E69ACE; }
a { background-color: rgb(230,154,206); }
div.DivClassName
{
background-color: #E69ACE;
}
.BgClassName
{
background-color: #E69ACE;
}
</style>
border-color css
<style>
span { border-color: #E69ACE; }
span { border-color: rgb(230,154,206); }
td.TdClassName
{
border-color: #E69ACE;
}
.TagClassName
{
border-color: #E69ACE;
}
</style>