Shades of Shocking #ED94D0
Tints of Shocking #ED94D0
RGB
CMYK
RGB Variations
Color information
#ED94D0 (or 0xED94D0) is known color: Shocking. HEX triplet: ED, 94 and D0. RGB value is (237,148,208). Sum of RGB (Red+Green+Blue) = 237+148+208=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94D0 is #126B2F. Grayscale: #B5B5B5. Windows color (decimal): -1207088 or 13669613. OLE color: 13669613.
HSL color Cylindrical-coordinate representation of color #ED94D0: hue angle of 319.55º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94D0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 208 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.07 |
| HSL | 319.55º | 0.71% | 0.75% | - |
| HSV(B) | 319.55º | 0.38% | 0.93% | - |
| XYZ | 56.9 | 43.74 | 65.12 | - |
| YUV | 181.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 208 | 0 | 0.38 | 0.12 | 0.07 | 319.55 | 0.71 | 0.75 |
| Hex | ED | 94 | D0 | 0 | 26 | C | 7 | 140 | 47 | 4B |
| Octal | 355 | 224 | 320 | 0 | 46 | 14 | 7 | 500 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11010000 | 0 | 100110 | 1100 | 111 | 101000000 | 1000111 | 1001011 |
Color Harmonies of #ED94D0
Complementary color
Monochromatic Colors of #ED94D0
Black with #ED94D0
Text Example
Text Example
White with #ED94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94D0; }
p { color: rgb(237,148,208); }
H1.HeaderClassName
{
color: #ED94D0;
}
.AnyTagClassName
{
color: #ED94D0;
}
</style>
background-color css
<style>
a { background-color: #ED94D0; }
a { background-color: rgb(237,148,208); }
div.DivClassName
{
background-color: #ED94D0;
}
.BgClassName
{
background-color: #ED94D0;
}
</style>
border-color css
<style>
span { border-color: #ED94D0; }
span { border-color: rgb(237,148,208); }
td.TdClassName
{
border-color: #ED94D0;
}
.TagClassName
{
border-color: #ED94D0;
}
</style>