Shades of Shocking #EFA5C5
Tints of Shocking #EFA5C5
RGB
CMYK
RGB Variations
Color information
#EFA5C5 (or 0xEFA5C5) is known color: Shocking. HEX triplet: EF, A5 and C5. RGB value is (239,165,197). Sum of RGB (Red+Green+Blue) = 239+165+197=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C5 is #105A3A. Grayscale: #BEBEBE. Windows color (decimal): -1071675 or 12953071. OLE color: 12953071.
HSL color Cylindrical-coordinate representation of color #EFA5C5: hue angle of 334.05º 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 #EFA5C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 197 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 334.05º | 0.7% | 0.79% | - |
| HSV(B) | 334.05º | 0.31% | 0.94% | - |
| XYZ | 59.13 | 49.29 | 59.22 | - |
| YUV | 190.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 197 | 0 | 0.31 | 0.18 | 0.06 | 334.05 | 0.7 | 0.79 |
| Hex | EF | A5 | C5 | 0 | 1F | 12 | 6 | 14E | 46 | 4F |
| Octal | 357 | 245 | 305 | 0 | 37 | 22 | 6 | 516 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11000101 | 0 | 11111 | 10010 | 110 | 101001110 | 1000110 | 1001111 |
Color Harmonies of #EFA5C5
Complementary color
Monochromatic Colors of #EFA5C5
Black with #EFA5C5
Text Example
Text Example
White with #EFA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5C5; }
p { color: rgb(239,165,197); }
H1.HeaderClassName
{
color: #EFA5C5;
}
.AnyTagClassName
{
color: #EFA5C5;
}
</style>
background-color css
<style>
a { background-color: #EFA5C5; }
a { background-color: rgb(239,165,197); }
div.DivClassName
{
background-color: #EFA5C5;
}
.BgClassName
{
background-color: #EFA5C5;
}
</style>
border-color css
<style>
span { border-color: #EFA5C5; }
span { border-color: rgb(239,165,197); }
td.TdClassName
{
border-color: #EFA5C5;
}
.TagClassName
{
border-color: #EFA5C5;
}
</style>