Shades of Shocking #E09FCB
Tints of Shocking #E09FCB
RGB
CMYK
RGB Variations
Color information
#E09FCB (or 0xE09FCB) is known color: Shocking. HEX triplet: E0, 9F and CB. RGB value is (224,159,203). Sum of RGB (Red+Green+Blue) = 224+159+203=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FCB is #1F6034. Grayscale: #B7B7B7. Windows color (decimal): -2056245 or 13344736. OLE color: 13344736.
HSL color Cylindrical-coordinate representation of color #E09FCB: hue angle of 319.38º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FCB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 203 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.12 |
| HSL | 319.38º | 0.51% | 0.75% | - |
| HSV(B) | 319.38º | 0.29% | 0.88% | - |
| XYZ | 53.92 | 44.96 | 62.34 | - |
| YUV | 183.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 203 | 0 | 0.29 | 0.09 | 0.12 | 319.38 | 0.51 | 0.75 |
| Hex | E0 | 9F | CB | 0 | 1D | 9 | C | 13F | 33 | 4B |
| Octal | 340 | 237 | 313 | 0 | 35 | 11 | 14 | 477 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11001011 | 0 | 11101 | 1001 | 1100 | 100111111 | 110011 | 1001011 |
Color Harmonies of #E09FCB
Complementary color
Monochromatic Colors of #E09FCB
Black with #E09FCB
Text Example
Text Example
White with #E09FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FCB; }
p { color: rgb(224,159,203); }
H1.HeaderClassName
{
color: #E09FCB;
}
.AnyTagClassName
{
color: #E09FCB;
}
</style>
background-color css
<style>
a { background-color: #E09FCB; }
a { background-color: rgb(224,159,203); }
div.DivClassName
{
background-color: #E09FCB;
}
.BgClassName
{
background-color: #E09FCB;
}
</style>
border-color css
<style>
span { border-color: #E09FCB; }
span { border-color: rgb(224,159,203); }
td.TdClassName
{
border-color: #E09FCB;
}
.TagClassName
{
border-color: #E09FCB;
}
</style>