Shades of Shocking #EFA0C9
Tints of Shocking #EFA0C9
RGB
CMYK
RGB Variations
Color information
#EFA0C9 (or 0xEFA0C9) is known color: Shocking. HEX triplet: EF, A0 and C9. RGB value is (239,160,201). Sum of RGB (Red+Green+Blue) = 239+160+201=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0C9 is #105F36. Grayscale: #BCBCBC. Windows color (decimal): -1072951 or 13213935. OLE color: 13213935.
HSL color Cylindrical-coordinate representation of color #EFA0C9: hue angle of 328.86º 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 #EFA0C9 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 201 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.06 |
| HSL | 328.86º | 0.71% | 0.78% | - |
| HSV(B) | 328.86º | 0.33% | 0.94% | - |
| XYZ | 58.71 | 47.71 | 61.37 | - |
| YUV | 188.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 201 | 0 | 0.33 | 0.16 | 0.06 | 328.86 | 0.71 | 0.78 |
| Hex | EF | A0 | C9 | 0 | 21 | 10 | 6 | 149 | 47 | 4E |
| Octal | 357 | 240 | 311 | 0 | 41 | 20 | 6 | 511 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001001 | 0 | 100001 | 10000 | 110 | 101001001 | 1000111 | 1001110 |
Color Harmonies of #EFA0C9
Complementary color
Monochromatic Colors of #EFA0C9
Black with #EFA0C9
Text Example
Text Example
White with #EFA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0C9; }
p { color: rgb(239,160,201); }
H1.HeaderClassName
{
color: #EFA0C9;
}
.AnyTagClassName
{
color: #EFA0C9;
}
</style>
background-color css
<style>
a { background-color: #EFA0C9; }
a { background-color: rgb(239,160,201); }
div.DivClassName
{
background-color: #EFA0C9;
}
.BgClassName
{
background-color: #EFA0C9;
}
</style>
border-color css
<style>
span { border-color: #EFA0C9; }
span { border-color: rgb(239,160,201); }
td.TdClassName
{
border-color: #EFA0C9;
}
.TagClassName
{
border-color: #EFA0C9;
}
</style>