Shades of Shocking #ED95BB
Tints of Shocking #ED95BB
RGB
CMYK
RGB Variations
Color information
#ED95BB (or 0xED95BB) is known color: Shocking. HEX triplet: ED, 95 and BB. RGB value is (237,149,187). Sum of RGB (Red+Green+Blue) = 237+149+187=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95BB is #126A44. Grayscale: #B3B3B3. Windows color (decimal): -1206853 or 12293613. OLE color: 12293613.
HSL color Cylindrical-coordinate representation of color #ED95BB: hue angle of 334.09º 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 #ED95BB is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 187 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.07 |
| HSL | 334.09º | 0.71% | 0.76% | - |
| HSV(B) | 334.09º | 0.37% | 0.93% | - |
| XYZ | 54.64 | 43.09 | 52.45 | - |
| YUV | 179.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 187 | 0 | 0.37 | 0.21 | 0.07 | 334.09 | 0.71 | 0.76 |
| Hex | ED | 95 | BB | 0 | 25 | 15 | 7 | 14E | 47 | 4C |
| Octal | 355 | 225 | 273 | 0 | 45 | 25 | 7 | 516 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10111011 | 0 | 100101 | 10101 | 111 | 101001110 | 1000111 | 1001100 |
Color Harmonies of #ED95BB
Complementary color
Monochromatic Colors of #ED95BB
Black with #ED95BB
Text Example
Text Example
White with #ED95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95BB; }
p { color: rgb(237,149,187); }
H1.HeaderClassName
{
color: #ED95BB;
}
.AnyTagClassName
{
color: #ED95BB;
}
</style>
background-color css
<style>
a { background-color: #ED95BB; }
a { background-color: rgb(237,149,187); }
div.DivClassName
{
background-color: #ED95BB;
}
.BgClassName
{
background-color: #ED95BB;
}
</style>
border-color css
<style>
span { border-color: #ED95BB; }
span { border-color: rgb(237,149,187); }
td.TdClassName
{
border-color: #ED95BB;
}
.TagClassName
{
border-color: #ED95BB;
}
</style>