Shades of Shocking #EF94C9
Tints of Shocking #EF94C9
RGB
CMYK
RGB Variations
Color information
#EF94C9 (or 0xEF94C9) is known color: Shocking. HEX triplet: EF, 94 and C9. RGB value is (239,148,201). Sum of RGB (Red+Green+Blue) = 239+148+201=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94C9 is #106B36. Grayscale: #B5B5B5. Windows color (decimal): -1076023 or 13210863. OLE color: 13210863.
HSL color Cylindrical-coordinate representation of color #EF94C9: hue angle of 325.05º 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 #EF94C9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 201 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.06 |
| HSL | 325.05º | 0.74% | 0.76% | - |
| HSV(B) | 325.05º | 0.38% | 0.94% | - |
| XYZ | 56.73 | 43.75 | 60.71 | - |
| YUV | 181.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 201 | 0 | 0.38 | 0.16 | 0.06 | 325.05 | 0.74 | 0.76 |
| Hex | EF | 94 | C9 | 0 | 26 | 10 | 6 | 145 | 4A | 4C |
| Octal | 357 | 224 | 311 | 0 | 46 | 20 | 6 | 505 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11001001 | 0 | 100110 | 10000 | 110 | 101000101 | 1001010 | 1001100 |
Color Harmonies of #EF94C9
Complementary color
Monochromatic Colors of #EF94C9
Black with #EF94C9
Text Example
Text Example
White with #EF94C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94C9; }
p { color: rgb(239,148,201); }
H1.HeaderClassName
{
color: #EF94C9;
}
.AnyTagClassName
{
color: #EF94C9;
}
</style>
background-color css
<style>
a { background-color: #EF94C9; }
a { background-color: rgb(239,148,201); }
div.DivClassName
{
background-color: #EF94C9;
}
.BgClassName
{
background-color: #EF94C9;
}
</style>
border-color css
<style>
span { border-color: #EF94C9; }
span { border-color: rgb(239,148,201); }
td.TdClassName
{
border-color: #EF94C9;
}
.TagClassName
{
border-color: #EF94C9;
}
</style>