Shades of Shocking #ED98D0
Tints of Shocking #ED98D0
RGB
CMYK
RGB Variations
Color information
#ED98D0 (or 0xED98D0) is known color: Shocking. HEX triplet: ED, 98 and D0. RGB value is (237,152,208). Sum of RGB (Red+Green+Blue) = 237+152+208=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D0 is #12672F. Grayscale: #B7B7B7. Windows color (decimal): -1206064 or 13670637. OLE color: 13670637.
HSL color Cylindrical-coordinate representation of color #ED98D0: hue angle of 320.47º 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 #ED98D0 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 208 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.07 |
| HSL | 320.47º | 0.7% | 0.76% | - |
| HSV(B) | 320.47º | 0.36% | 0.93% | - |
| XYZ | 57.54 | 45.02 | 65.33 | - |
| YUV | 183.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 208 | 0 | 0.36 | 0.12 | 0.07 | 320.47 | 0.7 | 0.76 |
| Hex | ED | 98 | D0 | 0 | 24 | C | 7 | 140 | 46 | 4C |
| Octal | 355 | 230 | 320 | 0 | 44 | 14 | 7 | 500 | 106 | 114 |
| Binary | 11101101 | 10011000 | 11010000 | 0 | 100100 | 1100 | 111 | 101000000 | 1000110 | 1001100 |
Color Harmonies of #ED98D0
Complementary color
Monochromatic Colors of #ED98D0
Black with #ED98D0
Text Example
Text Example
White with #ED98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98D0; }
p { color: rgb(237,152,208); }
H1.HeaderClassName
{
color: #ED98D0;
}
.AnyTagClassName
{
color: #ED98D0;
}
</style>
background-color css
<style>
a { background-color: #ED98D0; }
a { background-color: rgb(237,152,208); }
div.DivClassName
{
background-color: #ED98D0;
}
.BgClassName
{
background-color: #ED98D0;
}
</style>
border-color css
<style>
span { border-color: #ED98D0; }
span { border-color: rgb(237,152,208); }
td.TdClassName
{
border-color: #ED98D0;
}
.TagClassName
{
border-color: #ED98D0;
}
</style>