Shades of Shocking #ED9CCB
Tints of Shocking #ED9CCB
RGB
CMYK
RGB Variations
Color information
#ED9CCB (or 0xED9CCB) is known color: Shocking. HEX triplet: ED, 9C and CB. RGB value is (237,156,203). Sum of RGB (Red+Green+Blue) = 237+156+203=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CCB is #126334. Grayscale: #B9B9B9. Windows color (decimal): -1205045 or 13343981. OLE color: 13343981.
HSL color Cylindrical-coordinate representation of color #ED9CCB: hue angle of 325.19º 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 #ED9CCB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 203 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 325.19º | 0.69% | 0.77% | - |
| HSV(B) | 325.19º | 0.34% | 0.93% | - |
| XYZ | 57.59 | 46.09 | 62.36 | - |
| YUV | 185.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 203 | 0 | 0.34 | 0.14 | 0.07 | 325.19 | 0.69 | 0.77 |
| Hex | ED | 9C | CB | 0 | 22 | E | 7 | 145 | 45 | 4D |
| Octal | 355 | 234 | 313 | 0 | 42 | 16 | 7 | 505 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11001011 | 0 | 100010 | 1110 | 111 | 101000101 | 1000101 | 1001101 |
Color Harmonies of #ED9CCB
Complementary color
Monochromatic Colors of #ED9CCB
Black with #ED9CCB
Text Example
Text Example
White with #ED9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CCB; }
p { color: rgb(237,156,203); }
H1.HeaderClassName
{
color: #ED9CCB;
}
.AnyTagClassName
{
color: #ED9CCB;
}
</style>
background-color css
<style>
a { background-color: #ED9CCB; }
a { background-color: rgb(237,156,203); }
div.DivClassName
{
background-color: #ED9CCB;
}
.BgClassName
{
background-color: #ED9CCB;
}
</style>
border-color css
<style>
span { border-color: #ED9CCB; }
span { border-color: rgb(237,156,203); }
td.TdClassName
{
border-color: #ED9CCB;
}
.TagClassName
{
border-color: #ED9CCB;
}
</style>