Shades of Shocking #ED9CC2
Tints of Shocking #ED9CC2
RGB
CMYK
RGB Variations
Color information
#ED9CC2 (or 0xED9CC2) is known color: Shocking. HEX triplet: ED, 9C and C2. RGB value is (237,156,194). Sum of RGB (Red+Green+Blue) = 237+156+194=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC2 is #12633D. Grayscale: #B8B8B8. Windows color (decimal): -1205054 or 12754157. OLE color: 12754157.
HSL color Cylindrical-coordinate representation of color #ED9CC2: hue angle of 331.85º 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 #ED9CC2 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 194 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.07 |
| HSL | 331.85º | 0.69% | 0.77% | - |
| HSV(B) | 331.85º | 0.34% | 0.93% | - |
| XYZ | 56.55 | 45.68 | 56.87 | - |
| YUV | 184.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 194 | 0 | 0.34 | 0.18 | 0.07 | 331.85 | 0.69 | 0.77 |
| Hex | ED | 9C | C2 | 0 | 22 | 12 | 7 | 14C | 45 | 4D |
| Octal | 355 | 234 | 302 | 0 | 42 | 22 | 7 | 514 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11000010 | 0 | 100010 | 10010 | 111 | 101001100 | 1000101 | 1001101 |
Color Harmonies of #ED9CC2
Complementary color
Monochromatic Colors of #ED9CC2
Black with #ED9CC2
Text Example
Text Example
White with #ED9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CC2; }
p { color: rgb(237,156,194); }
H1.HeaderClassName
{
color: #ED9CC2;
}
.AnyTagClassName
{
color: #ED9CC2;
}
</style>
background-color css
<style>
a { background-color: #ED9CC2; }
a { background-color: rgb(237,156,194); }
div.DivClassName
{
background-color: #ED9CC2;
}
.BgClassName
{
background-color: #ED9CC2;
}
</style>
border-color css
<style>
span { border-color: #ED9CC2; }
span { border-color: rgb(237,156,194); }
td.TdClassName
{
border-color: #ED9CC2;
}
.TagClassName
{
border-color: #ED9CC2;
}
</style>