Shades of Shocking #ED93BA
Tints of Shocking #ED93BA
RGB
CMYK
RGB Variations
Color information
#ED93BA (or 0xED93BA) is known color: Shocking. HEX triplet: ED, 93 and BA. RGB value is (237,147,186). Sum of RGB (Red+Green+Blue) = 237+147+186=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93BA is #126C45. Grayscale: #B2B2B2. Windows color (decimal): -1207366 or 12227565. OLE color: 12227565.
HSL color Cylindrical-coordinate representation of color #ED93BA: hue angle of 334º 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 #ED93BA is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 186 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.07 |
| HSL | 334º | 0.71% | 0.75% | - |
| HSV(B) | 334º | 0.38% | 0.93% | - |
| XYZ | 54.22 | 42.42 | 51.78 | - |
| YUV | 178.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 186 | 0 | 0.38 | 0.22 | 0.07 | 334 | 0.71 | 0.75 |
| Hex | ED | 93 | BA | 0 | 26 | 16 | 7 | 14E | 47 | 4B |
| Octal | 355 | 223 | 272 | 0 | 46 | 26 | 7 | 516 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10111010 | 0 | 100110 | 10110 | 111 | 101001110 | 1000111 | 1001011 |
Color Harmonies of #ED93BA
Complementary color
Monochromatic Colors of #ED93BA
Black with #ED93BA
Text Example
Text Example
White with #ED93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93BA; }
p { color: rgb(237,147,186); }
H1.HeaderClassName
{
color: #ED93BA;
}
.AnyTagClassName
{
color: #ED93BA;
}
</style>
background-color css
<style>
a { background-color: #ED93BA; }
a { background-color: rgb(237,147,186); }
div.DivClassName
{
background-color: #ED93BA;
}
.BgClassName
{
background-color: #ED93BA;
}
</style>
border-color css
<style>
span { border-color: #ED93BA; }
span { border-color: rgb(237,147,186); }
td.TdClassName
{
border-color: #ED93BA;
}
.TagClassName
{
border-color: #ED93BA;
}
</style>