Shades of Shocking #EFA3C3
Tints of Shocking #EFA3C3
RGB
CMYK
RGB Variations
Color information
#EFA3C3 (or 0xEFA3C3) is known color: Shocking. HEX triplet: EF, A3 and C3. RGB value is (239,163,195). Sum of RGB (Red+Green+Blue) = 239+163+195=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3C3 is #105C3C. Grayscale: #BDBDBD. Windows color (decimal): -1072189 or 12821487. OLE color: 12821487.
HSL color Cylindrical-coordinate representation of color #EFA3C3: hue angle of 334.74º 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 #EFA3C3 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 195 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.06 |
| HSL | 334.74º | 0.7% | 0.79% | - |
| HSV(B) | 334.74º | 0.32% | 0.94% | - |
| XYZ | 58.54 | 48.49 | 57.9 | - |
| YUV | 189.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 195 | 0 | 0.32 | 0.18 | 0.06 | 334.74 | 0.7 | 0.79 |
| Hex | EF | A3 | C3 | 0 | 20 | 12 | 6 | 14F | 46 | 4F |
| Octal | 357 | 243 | 303 | 0 | 40 | 22 | 6 | 517 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11000011 | 0 | 100000 | 10010 | 110 | 101001111 | 1000110 | 1001111 |
Color Harmonies of #EFA3C3
Complementary color
Monochromatic Colors of #EFA3C3
Black with #EFA3C3
Text Example
Text Example
White with #EFA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3C3; }
p { color: rgb(239,163,195); }
H1.HeaderClassName
{
color: #EFA3C3;
}
.AnyTagClassName
{
color: #EFA3C3;
}
</style>
background-color css
<style>
a { background-color: #EFA3C3; }
a { background-color: rgb(239,163,195); }
div.DivClassName
{
background-color: #EFA3C3;
}
.BgClassName
{
background-color: #EFA3C3;
}
</style>
border-color css
<style>
span { border-color: #EFA3C3; }
span { border-color: rgb(239,163,195); }
td.TdClassName
{
border-color: #EFA3C3;
}
.TagClassName
{
border-color: #EFA3C3;
}
</style>