Shades of Shocking #E09CBD
Tints of Shocking #E09CBD
RGB
CMYK
RGB Variations
Color information
#E09CBD (or 0xE09CBD) is known color: Shocking. HEX triplet: E0, 9C and BD. RGB value is (224,156,189). Sum of RGB (Red+Green+Blue) = 224+156+189=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CBD is #1F6342. Grayscale: #B4B4B4. Windows color (decimal): -2057027 or 12426464. OLE color: 12426464.
HSL color Cylindrical-coordinate representation of color #E09CBD: hue angle of 330.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CBD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 189 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.12 |
| HSL | 330.88º | 0.52% | 0.75% | - |
| HSV(B) | 330.88º | 0.3% | 0.88% | - |
| XYZ | 51.81 | 43.3 | 53.77 | - |
| YUV | 180.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 189 | 0 | 0.30 | 0.16 | 0.12 | 330.88 | 0.52 | 0.75 |
| Hex | E0 | 9C | BD | 0 | 1E | 10 | C | 14B | 34 | 4B |
| Octal | 340 | 234 | 275 | 0 | 36 | 20 | 14 | 513 | 64 | 113 |
| Binary | 11100000 | 10011100 | 10111101 | 0 | 11110 | 10000 | 1100 | 101001011 | 110100 | 1001011 |
Color Harmonies of #E09CBD
Complementary color
Monochromatic Colors of #E09CBD
Black with #E09CBD
Text Example
Text Example
White with #E09CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CBD; }
p { color: rgb(224,156,189); }
H1.HeaderClassName
{
color: #E09CBD;
}
.AnyTagClassName
{
color: #E09CBD;
}
</style>
background-color css
<style>
a { background-color: #E09CBD; }
a { background-color: rgb(224,156,189); }
div.DivClassName
{
background-color: #E09CBD;
}
.BgClassName
{
background-color: #E09CBD;
}
</style>
border-color css
<style>
span { border-color: #E09CBD; }
span { border-color: rgb(224,156,189); }
td.TdClassName
{
border-color: #E09CBD;
}
.TagClassName
{
border-color: #E09CBD;
}
</style>