Shades of Shocking #ED93B8
Tints of Shocking #ED93B8
RGB
CMYK
RGB Variations
Color information
#ED93B8 (or 0xED93B8) is known color: Shocking. HEX triplet: ED, 93 and B8. RGB value is (237,147,184). Sum of RGB (Red+Green+Blue) = 237+147+184=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93B8 is #126C47. Grayscale: #B2B2B2. Windows color (decimal): -1207368 or 12096493. OLE color: 12096493.
HSL color Cylindrical-coordinate representation of color #ED93B8: hue angle of 335.33º 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 #ED93B8 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 184 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.07 |
| HSL | 335.33º | 0.71% | 0.75% | - |
| HSV(B) | 335.33º | 0.38% | 0.93% | - |
| XYZ | 54.01 | 42.33 | 50.67 | - |
| YUV | 178.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 184 | 0 | 0.38 | 0.22 | 0.07 | 335.33 | 0.71 | 0.75 |
| Hex | ED | 93 | B8 | 0 | 26 | 16 | 7 | 14F | 47 | 4B |
| Octal | 355 | 223 | 270 | 0 | 46 | 26 | 7 | 517 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10111000 | 0 | 100110 | 10110 | 111 | 101001111 | 1000111 | 1001011 |
Color Harmonies of #ED93B8
Complementary color
Monochromatic Colors of #ED93B8
Black with #ED93B8
Text Example
Text Example
White with #ED93B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93B8; }
p { color: rgb(237,147,184); }
H1.HeaderClassName
{
color: #ED93B8;
}
.AnyTagClassName
{
color: #ED93B8;
}
</style>
background-color css
<style>
a { background-color: #ED93B8; }
a { background-color: rgb(237,147,184); }
div.DivClassName
{
background-color: #ED93B8;
}
.BgClassName
{
background-color: #ED93B8;
}
</style>
border-color css
<style>
span { border-color: #ED93B8; }
span { border-color: rgb(237,147,184); }
td.TdClassName
{
border-color: #ED93B8;
}
.TagClassName
{
border-color: #ED93B8;
}
</style>