Shades of Shocking #EF92C7
Tints of Shocking #EF92C7
RGB
CMYK
RGB Variations
Color information
#EF92C7 (or 0xEF92C7) is known color: Shocking. HEX triplet: EF, 92 and C7. RGB value is (239,146,199). Sum of RGB (Red+Green+Blue) = 239+146+199=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92C7 is #106D38. Grayscale: #B3B3B3. Windows color (decimal): -1076537 or 13079279. OLE color: 13079279.
HSL color Cylindrical-coordinate representation of color #EF92C7: hue angle of 325.81º 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 #EF92C7 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 199 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.06 |
| HSL | 325.81º | 0.74% | 0.75% | - |
| HSV(B) | 325.81º | 0.39% | 0.94% | - |
| XYZ | 56.18 | 43.03 | 59.38 | - |
| YUV | 179.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 199 | 0 | 0.39 | 0.17 | 0.06 | 325.81 | 0.74 | 0.75 |
| Hex | EF | 92 | C7 | 0 | 27 | 11 | 6 | 146 | 4A | 4B |
| Octal | 357 | 222 | 307 | 0 | 47 | 21 | 6 | 506 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11000111 | 0 | 100111 | 10001 | 110 | 101000110 | 1001010 | 1001011 |
Color Harmonies of #EF92C7
Complementary color
Monochromatic Colors of #EF92C7
Black with #EF92C7
Text Example
Text Example
White with #EF92C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92C7; }
p { color: rgb(239,146,199); }
H1.HeaderClassName
{
color: #EF92C7;
}
.AnyTagClassName
{
color: #EF92C7;
}
</style>
background-color css
<style>
a { background-color: #EF92C7; }
a { background-color: rgb(239,146,199); }
div.DivClassName
{
background-color: #EF92C7;
}
.BgClassName
{
background-color: #EF92C7;
}
</style>
border-color css
<style>
span { border-color: #EF92C7; }
span { border-color: rgb(239,146,199); }
td.TdClassName
{
border-color: #EF92C7;
}
.TagClassName
{
border-color: #EF92C7;
}
</style>