Shades of Shocking #EF95CE
Tints of Shocking #EF95CE
RGB
CMYK
RGB Variations
Color information
#EF95CE (or 0xEF95CE) is known color: Shocking. HEX triplet: EF, 95 and CE. RGB value is (239,149,206). Sum of RGB (Red+Green+Blue) = 239+149+206=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95CE is #106A31. Grayscale: #B6B6B6. Windows color (decimal): -1075762 or 13538799. OLE color: 13538799.
HSL color Cylindrical-coordinate representation of color #EF95CE: hue angle of 322º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95CE is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 206 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.06 |
| HSL | 322º | 0.74% | 0.76% | - |
| HSV(B) | 322º | 0.38% | 0.94% | - |
| XYZ | 57.48 | 44.3 | 63.91 | - |
| YUV | 182.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 206 | 0 | 0.38 | 0.14 | 0.06 | 322 | 0.74 | 0.76 |
| Hex | EF | 95 | CE | 0 | 26 | E | 6 | 142 | 4A | 4C |
| Octal | 357 | 225 | 316 | 0 | 46 | 16 | 6 | 502 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11001110 | 0 | 100110 | 1110 | 110 | 101000010 | 1001010 | 1001100 |
Color Harmonies of #EF95CE
Complementary color
Monochromatic Colors of #EF95CE
Black with #EF95CE
Text Example
Text Example
White with #EF95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95CE; }
p { color: rgb(239,149,206); }
H1.HeaderClassName
{
color: #EF95CE;
}
.AnyTagClassName
{
color: #EF95CE;
}
</style>
background-color css
<style>
a { background-color: #EF95CE; }
a { background-color: rgb(239,149,206); }
div.DivClassName
{
background-color: #EF95CE;
}
.BgClassName
{
background-color: #EF95CE;
}
</style>
border-color css
<style>
span { border-color: #EF95CE; }
span { border-color: rgb(239,149,206); }
td.TdClassName
{
border-color: #EF95CE;
}
.TagClassName
{
border-color: #EF95CE;
}
</style>