Shades of Shocking #EFA3C9
Tints of Shocking #EFA3C9
RGB
CMYK
RGB Variations
Color information
#EFA3C9 (or 0xEFA3C9) is known color: Shocking. HEX triplet: EF, A3 and C9. RGB value is (239,163,201). Sum of RGB (Red+Green+Blue) = 239+163+201=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3C9 is #105C36. Grayscale: #BDBDBD. Windows color (decimal): -1072183 or 13214703. OLE color: 13214703.
HSL color Cylindrical-coordinate representation of color #EFA3C9: hue angle of 330º 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 #EFA3C9 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 201 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.06 |
| HSL | 330º | 0.7% | 0.79% | - |
| HSV(B) | 330º | 0.32% | 0.94% | - |
| XYZ | 59.24 | 48.76 | 61.55 | - |
| YUV | 190.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 201 | 0 | 0.32 | 0.16 | 0.06 | 330 | 0.7 | 0.79 |
| Hex | EF | A3 | C9 | 0 | 20 | 10 | 6 | 14A | 46 | 4F |
| Octal | 357 | 243 | 311 | 0 | 40 | 20 | 6 | 512 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11001001 | 0 | 100000 | 10000 | 110 | 101001010 | 1000110 | 1001111 |
Color Harmonies of #EFA3C9
Complementary color
Monochromatic Colors of #EFA3C9
Black with #EFA3C9
Text Example
Text Example
White with #EFA3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3C9; }
p { color: rgb(239,163,201); }
H1.HeaderClassName
{
color: #EFA3C9;
}
.AnyTagClassName
{
color: #EFA3C9;
}
</style>
background-color css
<style>
a { background-color: #EFA3C9; }
a { background-color: rgb(239,163,201); }
div.DivClassName
{
background-color: #EFA3C9;
}
.BgClassName
{
background-color: #EFA3C9;
}
</style>
border-color css
<style>
span { border-color: #EFA3C9; }
span { border-color: rgb(239,163,201); }
td.TdClassName
{
border-color: #EFA3C9;
}
.TagClassName
{
border-color: #EFA3C9;
}
</style>