Shades of Shocking #EFA5C3
Tints of Shocking #EFA5C3
RGB
CMYK
RGB Variations
Color information
#EFA5C3 (or 0xEFA5C3) is known color: Shocking. HEX triplet: EF, A5 and C3. RGB value is (239,165,195). Sum of RGB (Red+Green+Blue) = 239+165+195=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C3 is #105A3C. Grayscale: #BEBEBE. Windows color (decimal): -1071677 or 12821999. OLE color: 12821999.
HSL color Cylindrical-coordinate representation of color #EFA5C3: hue angle of 335.68º 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 #EFA5C3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 195 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 335.68º | 0.7% | 0.79% | - |
| HSV(B) | 335.68º | 0.31% | 0.94% | - |
| XYZ | 58.9 | 49.2 | 58.02 | - |
| YUV | 190.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 195 | 0 | 0.31 | 0.18 | 0.06 | 335.68 | 0.7 | 0.79 |
| Hex | EF | A5 | C3 | 0 | 1F | 12 | 6 | 150 | 46 | 4F |
| Octal | 357 | 245 | 303 | 0 | 37 | 22 | 6 | 520 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11000011 | 0 | 11111 | 10010 | 110 | 101010000 | 1000110 | 1001111 |
Color Harmonies of #EFA5C3
Complementary color
Monochromatic Colors of #EFA5C3
Black with #EFA5C3
Text Example
Text Example
White with #EFA5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5C3; }
p { color: rgb(239,165,195); }
H1.HeaderClassName
{
color: #EFA5C3;
}
.AnyTagClassName
{
color: #EFA5C3;
}
</style>
background-color css
<style>
a { background-color: #EFA5C3; }
a { background-color: rgb(239,165,195); }
div.DivClassName
{
background-color: #EFA5C3;
}
.BgClassName
{
background-color: #EFA5C3;
}
</style>
border-color css
<style>
span { border-color: #EFA5C3; }
span { border-color: rgb(239,165,195); }
td.TdClassName
{
border-color: #EFA5C3;
}
.TagClassName
{
border-color: #EFA5C3;
}
</style>