Shades of Shocking #ED9EC4
Tints of Shocking #ED9EC4
RGB
CMYK
RGB Variations
Color information
#ED9EC4 (or 0xED9EC4) is known color: Shocking. HEX triplet: ED, 9E and C4. RGB value is (237,158,196). Sum of RGB (Red+Green+Blue) = 237+158+196=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC4 is #12613B. Grayscale: #B9B9B9. Windows color (decimal): -1204540 or 12885741. OLE color: 12885741.
HSL color Cylindrical-coordinate representation of color #ED9EC4: hue angle of 331.14º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EC4 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 196 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.07 |
| HSL | 331.14º | 0.69% | 0.77% | - |
| HSV(B) | 331.14º | 0.33% | 0.93% | - |
| XYZ | 57.12 | 46.44 | 58.18 | - |
| YUV | 185.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 196 | 0 | 0.33 | 0.17 | 0.07 | 331.14 | 0.69 | 0.77 |
| Hex | ED | 9E | C4 | 0 | 21 | 11 | 7 | 14B | 45 | 4D |
| Octal | 355 | 236 | 304 | 0 | 41 | 21 | 7 | 513 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11000100 | 0 | 100001 | 10001 | 111 | 101001011 | 1000101 | 1001101 |
Color Harmonies of #ED9EC4
Complementary color
Monochromatic Colors of #ED9EC4
Black with #ED9EC4
Text Example
Text Example
White with #ED9EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EC4; }
p { color: rgb(237,158,196); }
H1.HeaderClassName
{
color: #ED9EC4;
}
.AnyTagClassName
{
color: #ED9EC4;
}
</style>
background-color css
<style>
a { background-color: #ED9EC4; }
a { background-color: rgb(237,158,196); }
div.DivClassName
{
background-color: #ED9EC4;
}
.BgClassName
{
background-color: #ED9EC4;
}
</style>
border-color css
<style>
span { border-color: #ED9EC4; }
span { border-color: rgb(237,158,196); }
td.TdClassName
{
border-color: #ED9EC4;
}
.TagClassName
{
border-color: #ED9EC4;
}
</style>