Shades of Shocking #EF92C0
Tints of Shocking #EF92C0
RGB
CMYK
RGB Variations
Color information
#EF92C0 (or 0xEF92C0) is known color: Shocking. HEX triplet: EF, 92 and C0. RGB value is (239,146,192). Sum of RGB (Red+Green+Blue) = 239+146+192=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92C0 is #106D3F. Grayscale: #B2B2B2. Windows color (decimal): -1076544 or 12620527. OLE color: 12620527.
HSL color Cylindrical-coordinate representation of color #EF92C0: hue angle of 330.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92C0 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 192 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.06 |
| HSL | 330.32º | 0.74% | 0.75% | - |
| HSV(B) | 330.32º | 0.39% | 0.94% | - |
| XYZ | 55.39 | 42.71 | 55.19 | - |
| YUV | 179.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 192 | 0 | 0.39 | 0.20 | 0.06 | 330.32 | 0.74 | 0.75 |
| Hex | EF | 92 | C0 | 0 | 27 | 14 | 6 | 14A | 4A | 4B |
| Octal | 357 | 222 | 300 | 0 | 47 | 24 | 6 | 512 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11000000 | 0 | 100111 | 10100 | 110 | 101001010 | 1001010 | 1001011 |
Color Harmonies of #EF92C0
Complementary color
Monochromatic Colors of #EF92C0
Black with #EF92C0
Text Example
Text Example
White with #EF92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92C0; }
p { color: rgb(239,146,192); }
H1.HeaderClassName
{
color: #EF92C0;
}
.AnyTagClassName
{
color: #EF92C0;
}
</style>
background-color css
<style>
a { background-color: #EF92C0; }
a { background-color: rgb(239,146,192); }
div.DivClassName
{
background-color: #EF92C0;
}
.BgClassName
{
background-color: #EF92C0;
}
</style>
border-color css
<style>
span { border-color: #EF92C0; }
span { border-color: rgb(239,146,192); }
td.TdClassName
{
border-color: #EF92C0;
}
.TagClassName
{
border-color: #EF92C0;
}
</style>