Shades of Shocking #EF98C2
Tints of Shocking #EF98C2
RGB
CMYK
RGB Variations
Color information
#EF98C2 (or 0xEF98C2) is known color: Shocking. HEX triplet: EF, 98 and C2. RGB value is (239,152,194). Sum of RGB (Red+Green+Blue) = 239+152+194=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C2 is #10673D. Grayscale: #B6B6B6. Windows color (decimal): -1075006 or 12753135. OLE color: 12753135.
HSL color Cylindrical-coordinate representation of color #EF98C2: hue angle of 331.03º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98C2 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 194 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.06 |
| HSL | 331.03º | 0.73% | 0.77% | - |
| HSV(B) | 331.03º | 0.36% | 0.94% | - |
| XYZ | 56.56 | 44.7 | 56.69 | - |
| YUV | 182.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 194 | 0 | 0.36 | 0.19 | 0.06 | 331.03 | 0.73 | 0.77 |
| Hex | EF | 98 | C2 | 0 | 24 | 13 | 6 | 14B | 49 | 4D |
| Octal | 357 | 230 | 302 | 0 | 44 | 23 | 6 | 513 | 111 | 115 |
| Binary | 11101111 | 10011000 | 11000010 | 0 | 100100 | 10011 | 110 | 101001011 | 1001001 | 1001101 |
Color Harmonies of #EF98C2
Complementary color
Monochromatic Colors of #EF98C2
Black with #EF98C2
Text Example
Text Example
White with #EF98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98C2; }
p { color: rgb(239,152,194); }
H1.HeaderClassName
{
color: #EF98C2;
}
.AnyTagClassName
{
color: #EF98C2;
}
</style>
background-color css
<style>
a { background-color: #EF98C2; }
a { background-color: rgb(239,152,194); }
div.DivClassName
{
background-color: #EF98C2;
}
.BgClassName
{
background-color: #EF98C2;
}
</style>
border-color css
<style>
span { border-color: #EF98C2; }
span { border-color: rgb(239,152,194); }
td.TdClassName
{
border-color: #EF98C2;
}
.TagClassName
{
border-color: #EF98C2;
}
</style>