Shades of Shocking #ED92BD
Tints of Shocking #ED92BD
RGB
CMYK
RGB Variations
Color information
#ED92BD (or 0xED92BD) is known color: Shocking. HEX triplet: ED, 92 and BD. RGB value is (237,146,189). Sum of RGB (Red+Green+Blue) = 237+146+189=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92BD is #126D42. Grayscale: #B2B2B2. Windows color (decimal): -1207619 or 12423917. OLE color: 12423917.
HSL color Cylindrical-coordinate representation of color #ED92BD: hue angle of 331.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED92BD is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 189 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.07 |
| HSL | 331.65º | 0.72% | 0.75% | - |
| HSV(B) | 331.65º | 0.38% | 0.93% | - |
| XYZ | 54.39 | 42.24 | 53.43 | - |
| YUV | 178.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 189 | 0 | 0.38 | 0.20 | 0.07 | 331.65 | 0.72 | 0.75 |
| Hex | ED | 92 | BD | 0 | 26 | 14 | 7 | 14C | 48 | 4B |
| Octal | 355 | 222 | 275 | 0 | 46 | 24 | 7 | 514 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10111101 | 0 | 100110 | 10100 | 111 | 101001100 | 1001000 | 1001011 |
Color Harmonies of #ED92BD
Complementary color
Monochromatic Colors of #ED92BD
Black with #ED92BD
Text Example
Text Example
White with #ED92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92BD; }
p { color: rgb(237,146,189); }
H1.HeaderClassName
{
color: #ED92BD;
}
.AnyTagClassName
{
color: #ED92BD;
}
</style>
background-color css
<style>
a { background-color: #ED92BD; }
a { background-color: rgb(237,146,189); }
div.DivClassName
{
background-color: #ED92BD;
}
.BgClassName
{
background-color: #ED92BD;
}
</style>
border-color css
<style>
span { border-color: #ED92BD; }
span { border-color: rgb(237,146,189); }
td.TdClassName
{
border-color: #ED92BD;
}
.TagClassName
{
border-color: #ED92BD;
}
</style>