Shades of Shocking #EF95C1
Tints of Shocking #EF95C1
RGB
CMYK
RGB Variations
Color information
#EF95C1 (or 0xEF95C1) is known color: Shocking. HEX triplet: EF, 95 and C1. RGB value is (239,149,193). Sum of RGB (Red+Green+Blue) = 239+149+193=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95C1 is #106A3E. Grayscale: #B4B4B4. Windows color (decimal): -1075775 or 12686831. OLE color: 12686831.
HSL color Cylindrical-coordinate representation of color #EF95C1: hue angle of 330.67º 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 #EF95C1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 193 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.06 |
| HSL | 330.67º | 0.74% | 0.76% | - |
| HSV(B) | 330.67º | 0.38% | 0.94% | - |
| XYZ | 55.97 | 43.7 | 55.94 | - |
| YUV | 180.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 193 | 0 | 0.38 | 0.19 | 0.06 | 330.67 | 0.74 | 0.76 |
| Hex | EF | 95 | C1 | 0 | 26 | 13 | 6 | 14B | 4A | 4C |
| Octal | 357 | 225 | 301 | 0 | 46 | 23 | 6 | 513 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11000001 | 0 | 100110 | 10011 | 110 | 101001011 | 1001010 | 1001100 |
Color Harmonies of #EF95C1
Complementary color
Monochromatic Colors of #EF95C1
Black with #EF95C1
Text Example
Text Example
White with #EF95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95C1; }
p { color: rgb(239,149,193); }
H1.HeaderClassName
{
color: #EF95C1;
}
.AnyTagClassName
{
color: #EF95C1;
}
</style>
background-color css
<style>
a { background-color: #EF95C1; }
a { background-color: rgb(239,149,193); }
div.DivClassName
{
background-color: #EF95C1;
}
.BgClassName
{
background-color: #EF95C1;
}
</style>
border-color css
<style>
span { border-color: #EF95C1; }
span { border-color: rgb(239,149,193); }
td.TdClassName
{
border-color: #EF95C1;
}
.TagClassName
{
border-color: #EF95C1;
}
</style>