Shades of Shocking #EF92C5
Tints of Shocking #EF92C5
RGB
CMYK
RGB Variations
Color information
#EF92C5 (or 0xEF92C5) is known color: Shocking. HEX triplet: EF, 92 and C5. RGB value is (239,146,197). Sum of RGB (Red+Green+Blue) = 239+146+197=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92C5 is #106D3A. Grayscale: #B3B3B3. Windows color (decimal): -1076539 or 12948207. OLE color: 12948207.
HSL color Cylindrical-coordinate representation of color #EF92C5: hue angle of 327.1º 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 #EF92C5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 197 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.06 |
| HSL | 327.1º | 0.74% | 0.75% | - |
| HSV(B) | 327.1º | 0.39% | 0.94% | - |
| XYZ | 55.95 | 42.94 | 58.16 | - |
| YUV | 179.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 197 | 0 | 0.39 | 0.18 | 0.06 | 327.1 | 0.74 | 0.75 |
| Hex | EF | 92 | C5 | 0 | 27 | 12 | 6 | 147 | 4A | 4B |
| Octal | 357 | 222 | 305 | 0 | 47 | 22 | 6 | 507 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11000101 | 0 | 100111 | 10010 | 110 | 101000111 | 1001010 | 1001011 |
Color Harmonies of #EF92C5
Complementary color
Monochromatic Colors of #EF92C5
Black with #EF92C5
Text Example
Text Example
White with #EF92C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92C5; }
p { color: rgb(239,146,197); }
H1.HeaderClassName
{
color: #EF92C5;
}
.AnyTagClassName
{
color: #EF92C5;
}
</style>
background-color css
<style>
a { background-color: #EF92C5; }
a { background-color: rgb(239,146,197); }
div.DivClassName
{
background-color: #EF92C5;
}
.BgClassName
{
background-color: #EF92C5;
}
</style>
border-color css
<style>
span { border-color: #EF92C5; }
span { border-color: rgb(239,146,197); }
td.TdClassName
{
border-color: #EF92C5;
}
.TagClassName
{
border-color: #EF92C5;
}
</style>