Shades of Shocking #EFA3C4
Tints of Shocking #EFA3C4
RGB
CMYK
RGB Variations
Color information
#EFA3C4 (or 0xEFA3C4) is known color: Shocking. HEX triplet: EF, A3 and C4. RGB value is (239,163,196). Sum of RGB (Red+Green+Blue) = 239+163+196=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3C4 is #105C3B. Grayscale: #BDBDBD. Windows color (decimal): -1072188 or 12887023. OLE color: 12887023.
HSL color Cylindrical-coordinate representation of color #EFA3C4: hue angle of 333.95º degrees, saturation: 0.7, 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 #EFA3C4 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 196 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.06 |
| HSL | 333.95º | 0.7% | 0.79% | - |
| HSV(B) | 333.95º | 0.32% | 0.94% | - |
| XYZ | 58.66 | 48.53 | 58.5 | - |
| YUV | 189.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 196 | 0 | 0.32 | 0.18 | 0.06 | 333.95 | 0.7 | 0.79 |
| Hex | EF | A3 | C4 | 0 | 20 | 12 | 6 | 14E | 46 | 4F |
| Octal | 357 | 243 | 304 | 0 | 40 | 22 | 6 | 516 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11000100 | 0 | 100000 | 10010 | 110 | 101001110 | 1000110 | 1001111 |
Color Harmonies of #EFA3C4
Complementary color
Monochromatic Colors of #EFA3C4
Black with #EFA3C4
Text Example
Text Example
White with #EFA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3C4; }
p { color: rgb(239,163,196); }
H1.HeaderClassName
{
color: #EFA3C4;
}
.AnyTagClassName
{
color: #EFA3C4;
}
</style>
background-color css
<style>
a { background-color: #EFA3C4; }
a { background-color: rgb(239,163,196); }
div.DivClassName
{
background-color: #EFA3C4;
}
.BgClassName
{
background-color: #EFA3C4;
}
</style>
border-color css
<style>
span { border-color: #EFA3C4; }
span { border-color: rgb(239,163,196); }
td.TdClassName
{
border-color: #EFA3C4;
}
.TagClassName
{
border-color: #EFA3C4;
}
</style>