Shades of Shocking #E69ACC
Tints of Shocking #E69ACC
RGB
CMYK
RGB Variations
Color information
#E69ACC (or 0xE69ACC) is known color: Shocking. HEX triplet: E6, 9A and CC. RGB value is (230,154,204). Sum of RGB (Red+Green+Blue) = 230+154+204=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACC is #196533. Grayscale: #B6B6B6. Windows color (decimal): -1664308 or 13408998. OLE color: 13408998.
HSL color Cylindrical-coordinate representation of color #E69ACC: hue angle of 320.53º 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 #E69ACC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 204 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.10 |
| HSL | 320.53º | 0.6% | 0.75% | - |
| HSV(B) | 320.53º | 0.33% | 0.9% | - |
| XYZ | 55.09 | 44.29 | 62.77 | - |
| YUV | 182.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 204 | 0 | 0.33 | 0.11 | 0.10 | 320.53 | 0.6 | 0.75 |
| Hex | E6 | 9A | CC | 0 | 21 | B | A | 141 | 3C | 4B |
| Octal | 346 | 232 | 314 | 0 | 41 | 13 | 12 | 501 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11001100 | 0 | 100001 | 1011 | 1010 | 101000001 | 111100 | 1001011 |
Color Harmonies of #E69ACC
Complementary color
Monochromatic Colors of #E69ACC
Black with #E69ACC
Text Example
Text Example
White with #E69ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ACC; }
p { color: rgb(230,154,204); }
H1.HeaderClassName
{
color: #E69ACC;
}
.AnyTagClassName
{
color: #E69ACC;
}
</style>
background-color css
<style>
a { background-color: #E69ACC; }
a { background-color: rgb(230,154,204); }
div.DivClassName
{
background-color: #E69ACC;
}
.BgClassName
{
background-color: #E69ACC;
}
</style>
border-color css
<style>
span { border-color: #E69ACC; }
span { border-color: rgb(230,154,204); }
td.TdClassName
{
border-color: #E69ACC;
}
.TagClassName
{
border-color: #E69ACC;
}
</style>