Shades of Shocking #E09CCB
Tints of Shocking #E09CCB
RGB
CMYK
RGB Variations
Color information
#E09CCB (or 0xE09CCB) is known color: Shocking. HEX triplet: E0, 9C and CB. RGB value is (224,156,203). Sum of RGB (Red+Green+Blue) = 224+156+203=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCB is #1F6334. Grayscale: #B5B5B5. Windows color (decimal): -2057013 or 13343968. OLE color: 13343968.
HSL color Cylindrical-coordinate representation of color #E09CCB: hue angle of 318.53º 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 #E09CCB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 203 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.12 |
| HSL | 318.53º | 0.52% | 0.75% | - |
| HSV(B) | 318.53º | 0.3% | 0.88% | - |
| XYZ | 53.41 | 43.94 | 62.17 | - |
| YUV | 181.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 203 | 0 | 0.30 | 0.09 | 0.12 | 318.53 | 0.52 | 0.75 |
| Hex | E0 | 9C | CB | 0 | 1E | 9 | C | 13F | 34 | 4B |
| Octal | 340 | 234 | 313 | 0 | 36 | 11 | 14 | 477 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11001011 | 0 | 11110 | 1001 | 1100 | 100111111 | 110100 | 1001011 |
Color Harmonies of #E09CCB
Complementary color
Monochromatic Colors of #E09CCB
Black with #E09CCB
Text Example
Text Example
White with #E09CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CCB; }
p { color: rgb(224,156,203); }
H1.HeaderClassName
{
color: #E09CCB;
}
.AnyTagClassName
{
color: #E09CCB;
}
</style>
background-color css
<style>
a { background-color: #E09CCB; }
a { background-color: rgb(224,156,203); }
div.DivClassName
{
background-color: #E09CCB;
}
.BgClassName
{
background-color: #E09CCB;
}
</style>
border-color css
<style>
span { border-color: #E09CCB; }
span { border-color: rgb(224,156,203); }
td.TdClassName
{
border-color: #E09CCB;
}
.TagClassName
{
border-color: #E09CCB;
}
</style>