Shades of Shocking #E09AC7
Tints of Shocking #E09AC7
RGB
CMYK
RGB Variations
Color information
#E09AC7 (or 0xE09AC7) is known color: Shocking. HEX triplet: E0, 9A and C7. RGB value is (224,154,199). Sum of RGB (Red+Green+Blue) = 224+154+199=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AC7 is #1F6538. Grayscale: #B3B3B3. Windows color (decimal): -2057529 or 13081312. OLE color: 13081312.
HSL color Cylindrical-coordinate representation of color #E09AC7: hue angle of 321.43º 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 #E09AC7 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 199 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.12 |
| HSL | 321.43º | 0.53% | 0.74% | - |
| HSV(B) | 321.43º | 0.31% | 0.88% | - |
| XYZ | 52.6 | 43.08 | 59.58 | - |
| YUV | 180.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 199 | 0 | 0.31 | 0.11 | 0.12 | 321.43 | 0.53 | 0.74 |
| Hex | E0 | 9A | C7 | 0 | 1F | B | C | 141 | 35 | 4A |
| Octal | 340 | 232 | 307 | 0 | 37 | 13 | 14 | 501 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11000111 | 0 | 11111 | 1011 | 1100 | 101000001 | 110101 | 1001010 |
Color Harmonies of #E09AC7
Complementary color
Monochromatic Colors of #E09AC7
Black with #E09AC7
Text Example
Text Example
White with #E09AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AC7; }
p { color: rgb(224,154,199); }
H1.HeaderClassName
{
color: #E09AC7;
}
.AnyTagClassName
{
color: #E09AC7;
}
</style>
background-color css
<style>
a { background-color: #E09AC7; }
a { background-color: rgb(224,154,199); }
div.DivClassName
{
background-color: #E09AC7;
}
.BgClassName
{
background-color: #E09AC7;
}
</style>
border-color css
<style>
span { border-color: #E09AC7; }
span { border-color: rgb(224,154,199); }
td.TdClassName
{
border-color: #E09AC7;
}
.TagClassName
{
border-color: #E09AC7;
}
</style>