Shades of Shocking #EF97C8
Tints of Shocking #EF97C8
RGB
CMYK
RGB Variations
Color information
#EF97C8 (or 0xEF97C8) is known color: Shocking. HEX triplet: EF, 97 and C8. RGB value is (239,151,200). Sum of RGB (Red+Green+Blue) = 239+151+200=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97C8 is #106837. Grayscale: #B6B6B6. Windows color (decimal): -1075256 or 13146095. OLE color: 13146095.
HSL color Cylindrical-coordinate representation of color #EF97C8: hue angle of 326.59º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF97C8 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 200 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.06 |
| HSL | 326.59º | 0.73% | 0.76% | - |
| HSV(B) | 326.59º | 0.37% | 0.94% | - |
| XYZ | 57.09 | 44.65 | 60.25 | - |
| YUV | 182.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 200 | 0 | 0.37 | 0.16 | 0.06 | 326.59 | 0.73 | 0.76 |
| Hex | EF | 97 | C8 | 0 | 25 | 10 | 6 | 147 | 49 | 4C |
| Octal | 357 | 227 | 310 | 0 | 45 | 20 | 6 | 507 | 111 | 114 |
| Binary | 11101111 | 10010111 | 11001000 | 0 | 100101 | 10000 | 110 | 101000111 | 1001001 | 1001100 |
Color Harmonies of #EF97C8
Complementary color
Monochromatic Colors of #EF97C8
Black with #EF97C8
Text Example
Text Example
White with #EF97C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF97C8; }
p { color: rgb(239,151,200); }
H1.HeaderClassName
{
color: #EF97C8;
}
.AnyTagClassName
{
color: #EF97C8;
}
</style>
background-color css
<style>
a { background-color: #EF97C8; }
a { background-color: rgb(239,151,200); }
div.DivClassName
{
background-color: #EF97C8;
}
.BgClassName
{
background-color: #EF97C8;
}
</style>
border-color css
<style>
span { border-color: #EF97C8; }
span { border-color: rgb(239,151,200); }
td.TdClassName
{
border-color: #EF97C8;
}
.TagClassName
{
border-color: #EF97C8;
}
</style>