Shades of Shocking #E09BC5
Tints of Shocking #E09BC5
RGB
CMYK
RGB Variations
Color information
#E09BC5 (or 0xE09BC5) is known color: Shocking. HEX triplet: E0, 9B and C5. RGB value is (224,155,197). Sum of RGB (Red+Green+Blue) = 224+155+197=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BC5 is #1F643A. Grayscale: #B4B4B4. Windows color (decimal): -2057275 or 12950496. OLE color: 12950496.
HSL color Cylindrical-coordinate representation of color #E09BC5: hue angle of 323.48º 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 #E09BC5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 197 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.12 |
| HSL | 323.48º | 0.53% | 0.74% | - |
| HSV(B) | 323.48º | 0.31% | 0.88% | - |
| XYZ | 52.54 | 43.32 | 58.42 | - |
| YUV | 180.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 197 | 0 | 0.31 | 0.12 | 0.12 | 323.48 | 0.53 | 0.74 |
| Hex | E0 | 9B | C5 | 0 | 1F | C | C | 143 | 35 | 4A |
| Octal | 340 | 233 | 305 | 0 | 37 | 14 | 14 | 503 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11000101 | 0 | 11111 | 1100 | 1100 | 101000011 | 110101 | 1001010 |
Color Harmonies of #E09BC5
Complementary color
Monochromatic Colors of #E09BC5
Black with #E09BC5
Text Example
Text Example
White with #E09BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BC5; }
p { color: rgb(224,155,197); }
H1.HeaderClassName
{
color: #E09BC5;
}
.AnyTagClassName
{
color: #E09BC5;
}
</style>
background-color css
<style>
a { background-color: #E09BC5; }
a { background-color: rgb(224,155,197); }
div.DivClassName
{
background-color: #E09BC5;
}
.BgClassName
{
background-color: #E09BC5;
}
</style>
border-color css
<style>
span { border-color: #E09BC5; }
span { border-color: rgb(224,155,197); }
td.TdClassName
{
border-color: #E09BC5;
}
.TagClassName
{
border-color: #E09BC5;
}
</style>