Shades of Shocking #EFA0CD
Tints of Shocking #EFA0CD
RGB
CMYK
RGB Variations
Color information
#EFA0CD (or 0xEFA0CD) is known color: Shocking. HEX triplet: EF, A0 and CD. RGB value is (239,160,205). Sum of RGB (Red+Green+Blue) = 239+160+205=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CD is #105F32. Grayscale: #BCBCBC. Windows color (decimal): -1072947 or 13476079. OLE color: 13476079.
HSL color Cylindrical-coordinate representation of color #EFA0CD: hue angle of 325.82º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0CD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 205 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.06 |
| HSL | 325.82º | 0.71% | 0.78% | - |
| HSV(B) | 325.82º | 0.33% | 0.94% | - |
| XYZ | 59.19 | 47.9 | 63.88 | - |
| YUV | 188.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 205 | 0 | 0.33 | 0.14 | 0.06 | 325.82 | 0.71 | 0.78 |
| Hex | EF | A0 | CD | 0 | 21 | E | 6 | 146 | 47 | 4E |
| Octal | 357 | 240 | 315 | 0 | 41 | 16 | 6 | 506 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001101 | 0 | 100001 | 1110 | 110 | 101000110 | 1000111 | 1001110 |
Color Harmonies of #EFA0CD
Complementary color
Monochromatic Colors of #EFA0CD
Black with #EFA0CD
Text Example
Text Example
White with #EFA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0CD; }
p { color: rgb(239,160,205); }
H1.HeaderClassName
{
color: #EFA0CD;
}
.AnyTagClassName
{
color: #EFA0CD;
}
</style>
background-color css
<style>
a { background-color: #EFA0CD; }
a { background-color: rgb(239,160,205); }
div.DivClassName
{
background-color: #EFA0CD;
}
.BgClassName
{
background-color: #EFA0CD;
}
</style>
border-color css
<style>
span { border-color: #EFA0CD; }
span { border-color: rgb(239,160,205); }
td.TdClassName
{
border-color: #EFA0CD;
}
.TagClassName
{
border-color: #EFA0CD;
}
</style>