Shades of Shocking #EFA4C5
Tints of Shocking #EFA4C5
RGB
CMYK
RGB Variations
Color information
#EFA4C5 (or 0xEFA4C5) is known color: Shocking. HEX triplet: EF, A4 and C5. RGB value is (239,164,197). Sum of RGB (Red+Green+Blue) = 239+164+197=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C5 is #105B3A. Grayscale: #BEBEBE. Windows color (decimal): -1071931 or 12952815. OLE color: 12952815.
HSL color Cylindrical-coordinate representation of color #EFA4C5: hue angle of 333.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 197 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 333.6º | 0.7% | 0.79% | - |
| HSV(B) | 333.6º | 0.31% | 0.94% | - |
| XYZ | 58.95 | 48.93 | 59.16 | - |
| YUV | 190.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 197 | 0 | 0.31 | 0.18 | 0.06 | 333.6 | 0.7 | 0.79 |
| Hex | EF | A4 | C5 | 0 | 1F | 12 | 6 | 14E | 46 | 4F |
| Octal | 357 | 244 | 305 | 0 | 37 | 22 | 6 | 516 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11000101 | 0 | 11111 | 10010 | 110 | 101001110 | 1000110 | 1001111 |
Color Harmonies of #EFA4C5
Complementary color
Monochromatic Colors of #EFA4C5
Black with #EFA4C5
Text Example
Text Example
White with #EFA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4C5; }
p { color: rgb(239,164,197); }
H1.HeaderClassName
{
color: #EFA4C5;
}
.AnyTagClassName
{
color: #EFA4C5;
}
</style>
background-color css
<style>
a { background-color: #EFA4C5; }
a { background-color: rgb(239,164,197); }
div.DivClassName
{
background-color: #EFA4C5;
}
.BgClassName
{
background-color: #EFA4C5;
}
</style>
border-color css
<style>
span { border-color: #EFA4C5; }
span { border-color: rgb(239,164,197); }
td.TdClassName
{
border-color: #EFA4C5;
}
.TagClassName
{
border-color: #EFA4C5;
}
</style>