Shades of Shocking #EF92BD
Tints of Shocking #EF92BD
RGB
CMYK
RGB Variations
Color information
#EF92BD (or 0xEF92BD) is known color: Shocking. HEX triplet: EF, 92 and BD. RGB value is (239,146,189). Sum of RGB (Red+Green+Blue) = 239+146+189=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92BD is #106D42. Grayscale: #B2B2B2. Windows color (decimal): -1076547 or 12423919. OLE color: 12423919.
HSL color Cylindrical-coordinate representation of color #EF92BD: hue angle of 332.26º 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 #EF92BD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 189 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.06 |
| HSL | 332.26º | 0.74% | 0.75% | - |
| HSV(B) | 332.26º | 0.39% | 0.94% | - |
| XYZ | 55.06 | 42.58 | 53.46 | - |
| YUV | 178.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 189 | 0 | 0.39 | 0.21 | 0.06 | 332.26 | 0.74 | 0.75 |
| Hex | EF | 92 | BD | 0 | 27 | 15 | 6 | 14C | 4A | 4B |
| Octal | 357 | 222 | 275 | 0 | 47 | 25 | 6 | 514 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10111101 | 0 | 100111 | 10101 | 110 | 101001100 | 1001010 | 1001011 |
Color Harmonies of #EF92BD
Complementary color
Monochromatic Colors of #EF92BD
Black with #EF92BD
Text Example
Text Example
White with #EF92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92BD; }
p { color: rgb(239,146,189); }
H1.HeaderClassName
{
color: #EF92BD;
}
.AnyTagClassName
{
color: #EF92BD;
}
</style>
background-color css
<style>
a { background-color: #EF92BD; }
a { background-color: rgb(239,146,189); }
div.DivClassName
{
background-color: #EF92BD;
}
.BgClassName
{
background-color: #EF92BD;
}
</style>
border-color css
<style>
span { border-color: #EF92BD; }
span { border-color: rgb(239,146,189); }
td.TdClassName
{
border-color: #EF92BD;
}
.TagClassName
{
border-color: #EF92BD;
}
</style>