Shades of Shocking #ED8EC1
Tints of Shocking #ED8EC1
RGB
CMYK
RGB Variations
Color information
#ED8EC1 (or 0xED8EC1) is known color: Shocking. HEX triplet: ED, 8E and C1. RGB value is (237,142,193). Sum of RGB (Red+Green+Blue) = 237+142+193=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EC1 is #12713E. Grayscale: #B0B0B0. Windows color (decimal): -1208639 or 12685037. OLE color: 12685037.
HSL color Cylindrical-coordinate representation of color #ED8EC1: hue angle of 327.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EC1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 193 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.07 |
| HSL | 327.79º | 0.73% | 0.74% | - |
| HSV(B) | 327.79º | 0.4% | 0.93% | - |
| XYZ | 54.22 | 41.2 | 55.55 | - |
| YUV | 176.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 193 | 0 | 0.40 | 0.19 | 0.07 | 327.79 | 0.73 | 0.74 |
| Hex | ED | 8E | C1 | 0 | 28 | 13 | 7 | 148 | 49 | 4A |
| Octal | 355 | 216 | 301 | 0 | 50 | 23 | 7 | 510 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11000001 | 0 | 101000 | 10011 | 111 | 101001000 | 1001001 | 1001010 |
Color Harmonies of #ED8EC1
Complementary color
Monochromatic Colors of #ED8EC1
Black with #ED8EC1
Text Example
Text Example
White with #ED8EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EC1; }
p { color: rgb(237,142,193); }
H1.HeaderClassName
{
color: #ED8EC1;
}
.AnyTagClassName
{
color: #ED8EC1;
}
</style>
background-color css
<style>
a { background-color: #ED8EC1; }
a { background-color: rgb(237,142,193); }
div.DivClassName
{
background-color: #ED8EC1;
}
.BgClassName
{
background-color: #ED8EC1;
}
</style>
border-color css
<style>
span { border-color: #ED8EC1; }
span { border-color: rgb(237,142,193); }
td.TdClassName
{
border-color: #ED8EC1;
}
.TagClassName
{
border-color: #ED8EC1;
}
</style>