Shades of Shocking #ED96B7
Tints of Shocking #ED96B7
RGB
CMYK
RGB Variations
Color information
#ED96B7 (or 0xED96B7) is known color: Shocking. HEX triplet: ED, 96 and B7. RGB value is (237,150,183). Sum of RGB (Red+Green+Blue) = 237+150+183=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96B7 is #126948. Grayscale: #B3B3B3. Windows color (decimal): -1206601 or 12031725. OLE color: 12031725.
HSL color Cylindrical-coordinate representation of color #ED96B7: hue angle of 337.24º 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 #ED96B7 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 183 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.07 |
| HSL | 337.24º | 0.71% | 0.76% | - |
| HSV(B) | 337.24º | 0.37% | 0.93% | - |
| XYZ | 54.38 | 43.24 | 50.28 | - |
| YUV | 179.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 183 | 0 | 0.37 | 0.23 | 0.07 | 337.24 | 0.71 | 0.76 |
| Hex | ED | 96 | B7 | 0 | 25 | 17 | 7 | 151 | 47 | 4C |
| Octal | 355 | 226 | 267 | 0 | 45 | 27 | 7 | 521 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10110111 | 0 | 100101 | 10111 | 111 | 101010001 | 1000111 | 1001100 |
Color Harmonies of #ED96B7
Complementary color
Monochromatic Colors of #ED96B7
Black with #ED96B7
Text Example
Text Example
White with #ED96B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96B7; }
p { color: rgb(237,150,183); }
H1.HeaderClassName
{
color: #ED96B7;
}
.AnyTagClassName
{
color: #ED96B7;
}
</style>
background-color css
<style>
a { background-color: #ED96B7; }
a { background-color: rgb(237,150,183); }
div.DivClassName
{
background-color: #ED96B7;
}
.BgClassName
{
background-color: #ED96B7;
}
</style>
border-color css
<style>
span { border-color: #ED96B7; }
span { border-color: rgb(237,150,183); }
td.TdClassName
{
border-color: #ED96B7;
}
.TagClassName
{
border-color: #ED96B7;
}
</style>