Shades of Shocking #ED98BD
Tints of Shocking #ED98BD
RGB
CMYK
RGB Variations
Color information
#ED98BD (or 0xED98BD) is known color: Shocking. HEX triplet: ED, 98 and BD. RGB value is (237,152,189). Sum of RGB (Red+Green+Blue) = 237+152+189=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98BD is #126742. Grayscale: #B5B5B5. Windows color (decimal): -1206083 or 12425453. OLE color: 12425453.
HSL color Cylindrical-coordinate representation of color #ED98BD: hue angle of 333.88º 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 #ED98BD is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 189 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.07 |
| HSL | 333.88º | 0.7% | 0.76% | - |
| HSV(B) | 333.88º | 0.36% | 0.93% | - |
| XYZ | 55.34 | 44.14 | 53.75 | - |
| YUV | 181.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 189 | 0 | 0.36 | 0.20 | 0.07 | 333.88 | 0.7 | 0.76 |
| Hex | ED | 98 | BD | 0 | 24 | 14 | 7 | 14E | 46 | 4C |
| Octal | 355 | 230 | 275 | 0 | 44 | 24 | 7 | 516 | 106 | 114 |
| Binary | 11101101 | 10011000 | 10111101 | 0 | 100100 | 10100 | 111 | 101001110 | 1000110 | 1001100 |
Color Harmonies of #ED98BD
Complementary color
Monochromatic Colors of #ED98BD
Black with #ED98BD
Text Example
Text Example
White with #ED98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98BD; }
p { color: rgb(237,152,189); }
H1.HeaderClassName
{
color: #ED98BD;
}
.AnyTagClassName
{
color: #ED98BD;
}
</style>
background-color css
<style>
a { background-color: #ED98BD; }
a { background-color: rgb(237,152,189); }
div.DivClassName
{
background-color: #ED98BD;
}
.BgClassName
{
background-color: #ED98BD;
}
</style>
border-color css
<style>
span { border-color: #ED98BD; }
span { border-color: rgb(237,152,189); }
td.TdClassName
{
border-color: #ED98BD;
}
.TagClassName
{
border-color: #ED98BD;
}
</style>