Shades of Shocking #EFA0CE
Tints of Shocking #EFA0CE
RGB
CMYK
RGB Variations
Color information
#EFA0CE (or 0xEFA0CE) is known color: Shocking. HEX triplet: EF, A0 and CE. RGB value is (239,160,206). Sum of RGB (Red+Green+Blue) = 239+160+206=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CE is #105F31. Grayscale: #BCBCBC. Windows color (decimal): -1072946 or 13541615. OLE color: 13541615.
HSL color Cylindrical-coordinate representation of color #EFA0CE: hue angle of 325.06º 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 #EFA0CE is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 206 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.06 |
| HSL | 325.06º | 0.71% | 0.78% | - |
| HSV(B) | 325.06º | 0.33% | 0.94% | - |
| XYZ | 59.31 | 47.95 | 64.52 | - |
| YUV | 188.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 206 | 0 | 0.33 | 0.14 | 0.06 | 325.06 | 0.71 | 0.78 |
| Hex | EF | A0 | CE | 0 | 21 | E | 6 | 145 | 47 | 4E |
| Octal | 357 | 240 | 316 | 0 | 41 | 16 | 6 | 505 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001110 | 0 | 100001 | 1110 | 110 | 101000101 | 1000111 | 1001110 |
Color Harmonies of #EFA0CE
Complementary color
Monochromatic Colors of #EFA0CE
Black with #EFA0CE
Text Example
Text Example
White with #EFA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0CE; }
p { color: rgb(239,160,206); }
H1.HeaderClassName
{
color: #EFA0CE;
}
.AnyTagClassName
{
color: #EFA0CE;
}
</style>
background-color css
<style>
a { background-color: #EFA0CE; }
a { background-color: rgb(239,160,206); }
div.DivClassName
{
background-color: #EFA0CE;
}
.BgClassName
{
background-color: #EFA0CE;
}
</style>
border-color css
<style>
span { border-color: #EFA0CE; }
span { border-color: rgb(239,160,206); }
td.TdClassName
{
border-color: #EFA0CE;
}
.TagClassName
{
border-color: #EFA0CE;
}
</style>