Shades of Shocking #E09AC6
Tints of Shocking #E09AC6
RGB
CMYK
RGB Variations
Color information
#E09AC6 (or 0xE09AC6) is known color: Shocking. HEX triplet: E0, 9A and C6. RGB value is (224,154,198). Sum of RGB (Red+Green+Blue) = 224+154+198=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AC6 is #1F6539. Grayscale: #B3B3B3. Windows color (decimal): -2057530 or 13015776. OLE color: 13015776.
HSL color Cylindrical-coordinate representation of color #E09AC6: hue angle of 322.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AC6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 198 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.12 |
| HSL | 322.29º | 0.53% | 0.74% | - |
| HSV(B) | 322.29º | 0.31% | 0.88% | - |
| XYZ | 52.49 | 43.04 | 58.97 | - |
| YUV | 179.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 198 | 0 | 0.31 | 0.12 | 0.12 | 322.29 | 0.53 | 0.74 |
| Hex | E0 | 9A | C6 | 0 | 1F | C | C | 142 | 35 | 4A |
| Octal | 340 | 232 | 306 | 0 | 37 | 14 | 14 | 502 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11000110 | 0 | 11111 | 1100 | 1100 | 101000010 | 110101 | 1001010 |
Color Harmonies of #E09AC6
Complementary color
Monochromatic Colors of #E09AC6
Black with #E09AC6
Text Example
Text Example
White with #E09AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AC6; }
p { color: rgb(224,154,198); }
H1.HeaderClassName
{
color: #E09AC6;
}
.AnyTagClassName
{
color: #E09AC6;
}
</style>
background-color css
<style>
a { background-color: #E09AC6; }
a { background-color: rgb(224,154,198); }
div.DivClassName
{
background-color: #E09AC6;
}
.BgClassName
{
background-color: #E09AC6;
}
</style>
border-color css
<style>
span { border-color: #E09AC6; }
span { border-color: rgb(224,154,198); }
td.TdClassName
{
border-color: #E09AC6;
}
.TagClassName
{
border-color: #E09AC6;
}
</style>