Shades of Shocking #E09AC2
Tints of Shocking #E09AC2
RGB
CMYK
RGB Variations
Color information
#E09AC2 (or 0xE09AC2) is known color: Shocking. HEX triplet: E0, 9A and C2. RGB value is (224,154,194). Sum of RGB (Red+Green+Blue) = 224+154+194=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AC2 is #1F653D. Grayscale: #B3B3B3. Windows color (decimal): -2057534 or 12753632. OLE color: 12753632.
HSL color Cylindrical-coordinate representation of color #E09AC2: hue angle of 325.71º 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 #E09AC2 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 194 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.12 |
| HSL | 325.71º | 0.53% | 0.74% | - |
| HSV(B) | 325.71º | 0.31% | 0.88% | - |
| XYZ | 52.03 | 42.85 | 56.57 | - |
| YUV | 179.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 194 | 0 | 0.31 | 0.13 | 0.12 | 325.71 | 0.53 | 0.74 |
| Hex | E0 | 9A | C2 | 0 | 1F | D | C | 146 | 35 | 4A |
| Octal | 340 | 232 | 302 | 0 | 37 | 15 | 14 | 506 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11000010 | 0 | 11111 | 1101 | 1100 | 101000110 | 110101 | 1001010 |
Color Harmonies of #E09AC2
Complementary color
Monochromatic Colors of #E09AC2
Black with #E09AC2
Text Example
Text Example
White with #E09AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AC2; }
p { color: rgb(224,154,194); }
H1.HeaderClassName
{
color: #E09AC2;
}
.AnyTagClassName
{
color: #E09AC2;
}
</style>
background-color css
<style>
a { background-color: #E09AC2; }
a { background-color: rgb(224,154,194); }
div.DivClassName
{
background-color: #E09AC2;
}
.BgClassName
{
background-color: #E09AC2;
}
</style>
border-color css
<style>
span { border-color: #E09AC2; }
span { border-color: rgb(224,154,194); }
td.TdClassName
{
border-color: #E09AC2;
}
.TagClassName
{
border-color: #E09AC2;
}
</style>