Shades of Shocking #ED93B7
Tints of Shocking #ED93B7
RGB
CMYK
RGB Variations
Color information
#ED93B7 (or 0xED93B7) is known color: Shocking. HEX triplet: ED, 93 and B7. RGB value is (237,147,183). Sum of RGB (Red+Green+Blue) = 237+147+183=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93B7 is #126C48. Grayscale: #B1B1B1. Windows color (decimal): -1207369 or 12030957. OLE color: 12030957.
HSL color Cylindrical-coordinate representation of color #ED93B7: hue angle of 336º degrees, saturation: 0.71, 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 #ED93B7 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 183 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.07 |
| HSL | 336º | 0.71% | 0.75% | - |
| HSV(B) | 336º | 0.38% | 0.93% | - |
| XYZ | 53.91 | 42.29 | 50.12 | - |
| YUV | 178.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 183 | 0 | 0.38 | 0.23 | 0.07 | 336 | 0.71 | 0.75 |
| Hex | ED | 93 | B7 | 0 | 26 | 17 | 7 | 150 | 47 | 4B |
| Octal | 355 | 223 | 267 | 0 | 46 | 27 | 7 | 520 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10110111 | 0 | 100110 | 10111 | 111 | 101010000 | 1000111 | 1001011 |
Color Harmonies of #ED93B7
Complementary color
Monochromatic Colors of #ED93B7
Black with #ED93B7
Text Example
Text Example
White with #ED93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93B7; }
p { color: rgb(237,147,183); }
H1.HeaderClassName
{
color: #ED93B7;
}
.AnyTagClassName
{
color: #ED93B7;
}
</style>
background-color css
<style>
a { background-color: #ED93B7; }
a { background-color: rgb(237,147,183); }
div.DivClassName
{
background-color: #ED93B7;
}
.BgClassName
{
background-color: #ED93B7;
}
</style>
border-color css
<style>
span { border-color: #ED93B7; }
span { border-color: rgb(237,147,183); }
td.TdClassName
{
border-color: #ED93B7;
}
.TagClassName
{
border-color: #ED93B7;
}
</style>