Shades of Shocking #ED96B8
Tints of Shocking #ED96B8
RGB
CMYK
RGB Variations
Color information
#ED96B8 (or 0xED96B8) is known color: Shocking. HEX triplet: ED, 96 and B8. RGB value is (237,150,184). Sum of RGB (Red+Green+Blue) = 237+150+184=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96B8 is #126947. Grayscale: #B3B3B3. Windows color (decimal): -1206600 or 12097261. OLE color: 12097261.
HSL color Cylindrical-coordinate representation of color #ED96B8: hue angle of 336.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96B8 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 184 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.07 |
| HSL | 336.55º | 0.71% | 0.76% | - |
| HSV(B) | 336.55º | 0.37% | 0.93% | - |
| XYZ | 54.48 | 43.28 | 50.83 | - |
| YUV | 179.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 184 | 0 | 0.37 | 0.22 | 0.07 | 336.55 | 0.71 | 0.76 |
| Hex | ED | 96 | B8 | 0 | 25 | 16 | 7 | 151 | 47 | 4C |
| Octal | 355 | 226 | 270 | 0 | 45 | 26 | 7 | 521 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10111000 | 0 | 100101 | 10110 | 111 | 101010001 | 1000111 | 1001100 |
Color Harmonies of #ED96B8
Complementary color
Monochromatic Colors of #ED96B8
Black with #ED96B8
Text Example
Text Example
White with #ED96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96B8; }
p { color: rgb(237,150,184); }
H1.HeaderClassName
{
color: #ED96B8;
}
.AnyTagClassName
{
color: #ED96B8;
}
</style>
background-color css
<style>
a { background-color: #ED96B8; }
a { background-color: rgb(237,150,184); }
div.DivClassName
{
background-color: #ED96B8;
}
.BgClassName
{
background-color: #ED96B8;
}
</style>
border-color css
<style>
span { border-color: #ED96B8; }
span { border-color: rgb(237,150,184); }
td.TdClassName
{
border-color: #ED96B8;
}
.TagClassName
{
border-color: #ED96B8;
}
</style>