Shades of Shocking #EF94B8
Tints of Shocking #EF94B8
RGB
CMYK
RGB Variations
Color information
#EF94B8 (or 0xEF94B8) is known color: Shocking. HEX triplet: EF, 94 and B8. RGB value is (239,148,184). Sum of RGB (Red+Green+Blue) = 239+148+184=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94B8 is #106B47. Grayscale: #B3B3B3. Windows color (decimal): -1076040 or 12096751. OLE color: 12096751.
HSL color Cylindrical-coordinate representation of color #EF94B8: hue angle of 336.26º 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 #EF94B8 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 184 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.06 |
| HSL | 336.26º | 0.74% | 0.76% | - |
| HSV(B) | 336.26º | 0.38% | 0.94% | - |
| XYZ | 54.84 | 42.99 | 50.76 | - |
| YUV | 179.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 184 | 0 | 0.38 | 0.23 | 0.06 | 336.26 | 0.74 | 0.76 |
| Hex | EF | 94 | B8 | 0 | 26 | 17 | 6 | 150 | 4A | 4C |
| Octal | 357 | 224 | 270 | 0 | 46 | 27 | 6 | 520 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10111000 | 0 | 100110 | 10111 | 110 | 101010000 | 1001010 | 1001100 |
Color Harmonies of #EF94B8
Complementary color
Monochromatic Colors of #EF94B8
Black with #EF94B8
Text Example
Text Example
White with #EF94B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94B8; }
p { color: rgb(239,148,184); }
H1.HeaderClassName
{
color: #EF94B8;
}
.AnyTagClassName
{
color: #EF94B8;
}
</style>
background-color css
<style>
a { background-color: #EF94B8; }
a { background-color: rgb(239,148,184); }
div.DivClassName
{
background-color: #EF94B8;
}
.BgClassName
{
background-color: #EF94B8;
}
</style>
border-color css
<style>
span { border-color: #EF94B8; }
span { border-color: rgb(239,148,184); }
td.TdClassName
{
border-color: #EF94B8;
}
.TagClassName
{
border-color: #EF94B8;
}
</style>