Shades of Shocking #EFA1CA
Tints of Shocking #EFA1CA
RGB
CMYK
RGB Variations
Color information
#EFA1CA (or 0xEFA1CA) is known color: Shocking. HEX triplet: EF, A1 and CA. RGB value is (239,161,202). Sum of RGB (Red+Green+Blue) = 239+161+202=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1CA is #105E35. Grayscale: #BCBCBC. Windows color (decimal): -1072694 or 13279727. OLE color: 13279727.
HSL color Cylindrical-coordinate representation of color #EFA1CA: hue angle of 328.46º 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 #EFA1CA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 202 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.06 |
| HSL | 328.46º | 0.71% | 0.78% | - |
| HSV(B) | 328.46º | 0.33% | 0.94% | - |
| XYZ | 59 | 48.1 | 62.05 | - |
| YUV | 189 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 202 | 0 | 0.33 | 0.15 | 0.06 | 328.46 | 0.71 | 0.78 |
| Hex | EF | A1 | CA | 0 | 21 | F | 6 | 148 | 47 | 4E |
| Octal | 357 | 241 | 312 | 0 | 41 | 17 | 6 | 510 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11001010 | 0 | 100001 | 1111 | 110 | 101001000 | 1000111 | 1001110 |
Color Harmonies of #EFA1CA
Complementary color
Monochromatic Colors of #EFA1CA
Black with #EFA1CA
Text Example
Text Example
White with #EFA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1CA; }
p { color: rgb(239,161,202); }
H1.HeaderClassName
{
color: #EFA1CA;
}
.AnyTagClassName
{
color: #EFA1CA;
}
</style>
background-color css
<style>
a { background-color: #EFA1CA; }
a { background-color: rgb(239,161,202); }
div.DivClassName
{
background-color: #EFA1CA;
}
.BgClassName
{
background-color: #EFA1CA;
}
</style>
border-color css
<style>
span { border-color: #EFA1CA; }
span { border-color: rgb(239,161,202); }
td.TdClassName
{
border-color: #EFA1CA;
}
.TagClassName
{
border-color: #EFA1CA;
}
</style>