Shades of Shocking #E09BCC
Tints of Shocking #E09BCC
RGB
CMYK
RGB Variations
Color information
#E09BCC (or 0xE09BCC) is known color: Shocking. HEX triplet: E0, 9B and CC. RGB value is (224,155,204). Sum of RGB (Red+Green+Blue) = 224+155+204=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BCC is #1F6433. Grayscale: #B5B5B5. Windows color (decimal): -2057268 or 13409248. OLE color: 13409248.
HSL color Cylindrical-coordinate representation of color #E09BCC: hue angle of 317.39º 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 #E09BCC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 204 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.12 |
| HSL | 317.39º | 0.53% | 0.74% | - |
| HSV(B) | 317.39º | 0.31% | 0.88% | - |
| XYZ | 53.36 | 43.65 | 62.74 | - |
| YUV | 181.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 204 | 0 | 0.31 | 0.09 | 0.12 | 317.39 | 0.53 | 0.74 |
| Hex | E0 | 9B | CC | 0 | 1F | 9 | C | 13D | 35 | 4A |
| Octal | 340 | 233 | 314 | 0 | 37 | 11 | 14 | 475 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11001100 | 0 | 11111 | 1001 | 1100 | 100111101 | 110101 | 1001010 |
Color Harmonies of #E09BCC
Complementary color
Monochromatic Colors of #E09BCC
Black with #E09BCC
Text Example
Text Example
White with #E09BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BCC; }
p { color: rgb(224,155,204); }
H1.HeaderClassName
{
color: #E09BCC;
}
.AnyTagClassName
{
color: #E09BCC;
}
</style>
background-color css
<style>
a { background-color: #E09BCC; }
a { background-color: rgb(224,155,204); }
div.DivClassName
{
background-color: #E09BCC;
}
.BgClassName
{
background-color: #E09BCC;
}
</style>
border-color css
<style>
span { border-color: #E09BCC; }
span { border-color: rgb(224,155,204); }
td.TdClassName
{
border-color: #E09BCC;
}
.TagClassName
{
border-color: #E09BCC;
}
</style>