Shades of Shocking #ED9CC4
Tints of Shocking #ED9CC4
RGB
CMYK
RGB Variations
Color information
#ED9CC4 (or 0xED9CC4) is known color: Shocking. HEX triplet: ED, 9C and C4. RGB value is (237,156,196). Sum of RGB (Red+Green+Blue) = 237+156+196=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC4 is #12633B. Grayscale: #B8B8B8. Windows color (decimal): -1205052 or 12885229. OLE color: 12885229.
HSL color Cylindrical-coordinate representation of color #ED9CC4: hue angle of 330.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CC4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 196 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.07 |
| HSL | 330.37º | 0.69% | 0.77% | - |
| HSV(B) | 330.37º | 0.34% | 0.93% | - |
| XYZ | 56.78 | 45.77 | 58.07 | - |
| YUV | 184.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 196 | 0 | 0.34 | 0.17 | 0.07 | 330.37 | 0.69 | 0.77 |
| Hex | ED | 9C | C4 | 0 | 22 | 11 | 7 | 14A | 45 | 4D |
| Octal | 355 | 234 | 304 | 0 | 42 | 21 | 7 | 512 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11000100 | 0 | 100010 | 10001 | 111 | 101001010 | 1000101 | 1001101 |
Color Harmonies of #ED9CC4
Complementary color
Monochromatic Colors of #ED9CC4
Black with #ED9CC4
Text Example
Text Example
White with #ED9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CC4; }
p { color: rgb(237,156,196); }
H1.HeaderClassName
{
color: #ED9CC4;
}
.AnyTagClassName
{
color: #ED9CC4;
}
</style>
background-color css
<style>
a { background-color: #ED9CC4; }
a { background-color: rgb(237,156,196); }
div.DivClassName
{
background-color: #ED9CC4;
}
.BgClassName
{
background-color: #ED9CC4;
}
</style>
border-color css
<style>
span { border-color: #ED9CC4; }
span { border-color: rgb(237,156,196); }
td.TdClassName
{
border-color: #ED9CC4;
}
.TagClassName
{
border-color: #ED9CC4;
}
</style>