Shades of Shocking #EFA2CA
Tints of Shocking #EFA2CA
RGB
CMYK
RGB Variations
Color information
#EFA2CA (or 0xEFA2CA) is known color: Shocking. HEX triplet: EF, A2 and CA. RGB value is (239,162,202). Sum of RGB (Red+Green+Blue) = 239+162+202=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2CA is #105D35. Grayscale: #BDBDBD. Windows color (decimal): -1072438 or 13279983. OLE color: 13279983.
HSL color Cylindrical-coordinate representation of color #EFA2CA: hue angle of 328.83º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2CA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 202 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.06 |
| HSL | 328.83º | 0.71% | 0.79% | - |
| HSV(B) | 328.83º | 0.32% | 0.94% | - |
| XYZ | 59.18 | 48.46 | 62.11 | - |
| YUV | 189.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 202 | 0 | 0.32 | 0.15 | 0.06 | 328.83 | 0.71 | 0.79 |
| Hex | EF | A2 | CA | 0 | 20 | F | 6 | 149 | 47 | 4F |
| Octal | 357 | 242 | 312 | 0 | 40 | 17 | 6 | 511 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11001010 | 0 | 100000 | 1111 | 110 | 101001001 | 1000111 | 1001111 |
Color Harmonies of #EFA2CA
Complementary color
Monochromatic Colors of #EFA2CA
Black with #EFA2CA
Text Example
Text Example
White with #EFA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2CA; }
p { color: rgb(239,162,202); }
H1.HeaderClassName
{
color: #EFA2CA;
}
.AnyTagClassName
{
color: #EFA2CA;
}
</style>
background-color css
<style>
a { background-color: #EFA2CA; }
a { background-color: rgb(239,162,202); }
div.DivClassName
{
background-color: #EFA2CA;
}
.BgClassName
{
background-color: #EFA2CA;
}
</style>
border-color css
<style>
span { border-color: #EFA2CA; }
span { border-color: rgb(239,162,202); }
td.TdClassName
{
border-color: #EFA2CA;
}
.TagClassName
{
border-color: #EFA2CA;
}
</style>