Shades of Shocking #ED98BB
Tints of Shocking #ED98BB
RGB
CMYK
RGB Variations
Color information
#ED98BB (or 0xED98BB) is known color: Shocking. HEX triplet: ED, 98 and BB. RGB value is (237,152,187). Sum of RGB (Red+Green+Blue) = 237+152+187=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98BB is #126744. Grayscale: #B5B5B5. Windows color (decimal): -1206085 or 12294381. OLE color: 12294381.
HSL color Cylindrical-coordinate representation of color #ED98BB: hue angle of 335.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98BB is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 187 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.07 |
| HSL | 335.29º | 0.7% | 0.76% | - |
| HSV(B) | 335.29º | 0.36% | 0.93% | - |
| XYZ | 55.12 | 44.05 | 52.61 | - |
| YUV | 181.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 187 | 0 | 0.36 | 0.21 | 0.07 | 335.29 | 0.7 | 0.76 |
| Hex | ED | 98 | BB | 0 | 24 | 15 | 7 | 14F | 46 | 4C |
| Octal | 355 | 230 | 273 | 0 | 44 | 25 | 7 | 517 | 106 | 114 |
| Binary | 11101101 | 10011000 | 10111011 | 0 | 100100 | 10101 | 111 | 101001111 | 1000110 | 1001100 |
Color Harmonies of #ED98BB
Complementary color
Monochromatic Colors of #ED98BB
Black with #ED98BB
Text Example
Text Example
White with #ED98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98BB; }
p { color: rgb(237,152,187); }
H1.HeaderClassName
{
color: #ED98BB;
}
.AnyTagClassName
{
color: #ED98BB;
}
</style>
background-color css
<style>
a { background-color: #ED98BB; }
a { background-color: rgb(237,152,187); }
div.DivClassName
{
background-color: #ED98BB;
}
.BgClassName
{
background-color: #ED98BB;
}
</style>
border-color css
<style>
span { border-color: #ED98BB; }
span { border-color: rgb(237,152,187); }
td.TdClassName
{
border-color: #ED98BB;
}
.TagClassName
{
border-color: #ED98BB;
}
</style>