Shades of Shocking #EFA1CC
Tints of Shocking #EFA1CC
RGB
CMYK
RGB Variations
Color information
#EFA1CC (or 0xEFA1CC) is known color: Shocking. HEX triplet: EF, A1 and CC. RGB value is (239,161,204). Sum of RGB (Red+Green+Blue) = 239+161+204=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1CC is #105E33. Grayscale: #BDBDBD. Windows color (decimal): -1072692 or 13410799. OLE color: 13410799.
HSL color Cylindrical-coordinate representation of color #EFA1CC: hue angle of 326.92º 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 #EFA1CC is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 204 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.06 |
| HSL | 326.92º | 0.71% | 0.78% | - |
| HSV(B) | 326.92º | 0.33% | 0.94% | - |
| XYZ | 59.24 | 48.2 | 63.31 | - |
| YUV | 189.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 204 | 0 | 0.33 | 0.15 | 0.06 | 326.92 | 0.71 | 0.78 |
| Hex | EF | A1 | CC | 0 | 21 | F | 6 | 147 | 47 | 4E |
| Octal | 357 | 241 | 314 | 0 | 41 | 17 | 6 | 507 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11001100 | 0 | 100001 | 1111 | 110 | 101000111 | 1000111 | 1001110 |
Color Harmonies of #EFA1CC
Complementary color
Monochromatic Colors of #EFA1CC
Black with #EFA1CC
Text Example
Text Example
White with #EFA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1CC; }
p { color: rgb(239,161,204); }
H1.HeaderClassName
{
color: #EFA1CC;
}
.AnyTagClassName
{
color: #EFA1CC;
}
</style>
background-color css
<style>
a { background-color: #EFA1CC; }
a { background-color: rgb(239,161,204); }
div.DivClassName
{
background-color: #EFA1CC;
}
.BgClassName
{
background-color: #EFA1CC;
}
</style>
border-color css
<style>
span { border-color: #EFA1CC; }
span { border-color: rgb(239,161,204); }
td.TdClassName
{
border-color: #EFA1CC;
}
.TagClassName
{
border-color: #EFA1CC;
}
</style>