Shades of Shocking #EF94C5
Tints of Shocking #EF94C5
RGB
CMYK
RGB Variations
Color information
#EF94C5 (or 0xEF94C5) is known color: Shocking. HEX triplet: EF, 94 and C5. RGB value is (239,148,197). Sum of RGB (Red+Green+Blue) = 239+148+197=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94C5 is #106B3A. Grayscale: #B4B4B4. Windows color (decimal): -1076027 or 12948719. OLE color: 12948719.
HSL color Cylindrical-coordinate representation of color #EF94C5: hue angle of 327.69º 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 #EF94C5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 197 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.06 |
| HSL | 327.69º | 0.74% | 0.76% | - |
| HSV(B) | 327.69º | 0.38% | 0.94% | - |
| XYZ | 56.26 | 43.56 | 58.27 | - |
| YUV | 180.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 197 | 0 | 0.38 | 0.18 | 0.06 | 327.69 | 0.74 | 0.76 |
| Hex | EF | 94 | C5 | 0 | 26 | 12 | 6 | 148 | 4A | 4C |
| Octal | 357 | 224 | 305 | 0 | 46 | 22 | 6 | 510 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11000101 | 0 | 100110 | 10010 | 110 | 101001000 | 1001010 | 1001100 |
Color Harmonies of #EF94C5
Complementary color
Monochromatic Colors of #EF94C5
Black with #EF94C5
Text Example
Text Example
White with #EF94C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94C5; }
p { color: rgb(239,148,197); }
H1.HeaderClassName
{
color: #EF94C5;
}
.AnyTagClassName
{
color: #EF94C5;
}
</style>
background-color css
<style>
a { background-color: #EF94C5; }
a { background-color: rgb(239,148,197); }
div.DivClassName
{
background-color: #EF94C5;
}
.BgClassName
{
background-color: #EF94C5;
}
</style>
border-color css
<style>
span { border-color: #EF94C5; }
span { border-color: rgb(239,148,197); }
td.TdClassName
{
border-color: #EF94C5;
}
.TagClassName
{
border-color: #EF94C5;
}
</style>