Shades of Shocking #EFA0CA
Tints of Shocking #EFA0CA
RGB
CMYK
RGB Variations
Color information
#EFA0CA (or 0xEFA0CA) is known color: Shocking. HEX triplet: EF, A0 and CA. RGB value is (239,160,202). Sum of RGB (Red+Green+Blue) = 239+160+202=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CA is #105F35. Grayscale: #BCBCBC. Windows color (decimal): -1072950 or 13279471. OLE color: 13279471.
HSL color Cylindrical-coordinate representation of color #EFA0CA: hue angle of 328.1º 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 #EFA0CA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 202 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.06 |
| HSL | 328.1º | 0.71% | 0.78% | - |
| HSV(B) | 328.1º | 0.33% | 0.94% | - |
| XYZ | 58.83 | 47.76 | 61.99 | - |
| YUV | 188.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 202 | 0 | 0.33 | 0.15 | 0.06 | 328.1 | 0.71 | 0.78 |
| Hex | EF | A0 | CA | 0 | 21 | F | 6 | 148 | 47 | 4E |
| Octal | 357 | 240 | 312 | 0 | 41 | 17 | 6 | 510 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001010 | 0 | 100001 | 1111 | 110 | 101001000 | 1000111 | 1001110 |
Color Harmonies of #EFA0CA
Complementary color
Monochromatic Colors of #EFA0CA
Black with #EFA0CA
Text Example
Text Example
White with #EFA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0CA; }
p { color: rgb(239,160,202); }
H1.HeaderClassName
{
color: #EFA0CA;
}
.AnyTagClassName
{
color: #EFA0CA;
}
</style>
background-color css
<style>
a { background-color: #EFA0CA; }
a { background-color: rgb(239,160,202); }
div.DivClassName
{
background-color: #EFA0CA;
}
.BgClassName
{
background-color: #EFA0CA;
}
</style>
border-color css
<style>
span { border-color: #EFA0CA; }
span { border-color: rgb(239,160,202); }
td.TdClassName
{
border-color: #EFA0CA;
}
.TagClassName
{
border-color: #EFA0CA;
}
</style>