Shades of Shocking #EFA0CB
Tints of Shocking #EFA0CB
RGB
CMYK
RGB Variations
Color information
#EFA0CB (or 0xEFA0CB) is known color: Shocking. HEX triplet: EF, A0 and CB. RGB value is (239,160,203). Sum of RGB (Red+Green+Blue) = 239+160+203=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CB is #105F34. Grayscale: #BCBCBC. Windows color (decimal): -1072949 or 13345007. OLE color: 13345007.
HSL color Cylindrical-coordinate representation of color #EFA0CB: hue angle of 327.34º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0CB is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 203 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.06 |
| HSL | 327.34º | 0.71% | 0.78% | - |
| HSV(B) | 327.34º | 0.33% | 0.94% | - |
| XYZ | 58.95 | 47.8 | 62.62 | - |
| YUV | 188.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 203 | 0 | 0.33 | 0.15 | 0.06 | 327.34 | 0.71 | 0.78 |
| Hex | EF | A0 | CB | 0 | 21 | F | 6 | 147 | 47 | 4E |
| Octal | 357 | 240 | 313 | 0 | 41 | 17 | 6 | 507 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001011 | 0 | 100001 | 1111 | 110 | 101000111 | 1000111 | 1001110 |
Color Harmonies of #EFA0CB
Complementary color
Monochromatic Colors of #EFA0CB
Black with #EFA0CB
Text Example
Text Example
White with #EFA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0CB; }
p { color: rgb(239,160,203); }
H1.HeaderClassName
{
color: #EFA0CB;
}
.AnyTagClassName
{
color: #EFA0CB;
}
</style>
background-color css
<style>
a { background-color: #EFA0CB; }
a { background-color: rgb(239,160,203); }
div.DivClassName
{
background-color: #EFA0CB;
}
.BgClassName
{
background-color: #EFA0CB;
}
</style>
border-color css
<style>
span { border-color: #EFA0CB; }
span { border-color: rgb(239,160,203); }
td.TdClassName
{
border-color: #EFA0CB;
}
.TagClassName
{
border-color: #EFA0CB;
}
</style>