Shades of Shocking #EF95C8
Tints of Shocking #EF95C8
RGB
CMYK
RGB Variations
Color information
#EF95C8 (or 0xEF95C8) is known color: Shocking. HEX triplet: EF, 95 and C8. RGB value is (239,149,200). Sum of RGB (Red+Green+Blue) = 239+149+200=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95C8 is #106A37. Grayscale: #B5B5B5. Windows color (decimal): -1075768 or 13145583. OLE color: 13145583.
HSL color Cylindrical-coordinate representation of color #EF95C8: hue angle of 326º 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 #EF95C8 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 200 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.06 |
| HSL | 326º | 0.74% | 0.76% | - |
| HSV(B) | 326º | 0.38% | 0.94% | - |
| XYZ | 56.77 | 44.02 | 60.15 | - |
| YUV | 181.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 200 | 0 | 0.38 | 0.16 | 0.06 | 326 | 0.74 | 0.76 |
| Hex | EF | 95 | C8 | 0 | 26 | 10 | 6 | 146 | 4A | 4C |
| Octal | 357 | 225 | 310 | 0 | 46 | 20 | 6 | 506 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11001000 | 0 | 100110 | 10000 | 110 | 101000110 | 1001010 | 1001100 |
Color Harmonies of #EF95C8
Complementary color
Monochromatic Colors of #EF95C8
Black with #EF95C8
Text Example
Text Example
White with #EF95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95C8; }
p { color: rgb(239,149,200); }
H1.HeaderClassName
{
color: #EF95C8;
}
.AnyTagClassName
{
color: #EF95C8;
}
</style>
background-color css
<style>
a { background-color: #EF95C8; }
a { background-color: rgb(239,149,200); }
div.DivClassName
{
background-color: #EF95C8;
}
.BgClassName
{
background-color: #EF95C8;
}
</style>
border-color css
<style>
span { border-color: #EF95C8; }
span { border-color: rgb(239,149,200); }
td.TdClassName
{
border-color: #EF95C8;
}
.TagClassName
{
border-color: #EF95C8;
}
</style>