Shades of Shocking #ED9ECB
Tints of Shocking #ED9ECB
RGB
CMYK
RGB Variations
Color information
#ED9ECB (or 0xED9ECB) is known color: Shocking. HEX triplet: ED, 9E and CB. RGB value is (237,158,203). Sum of RGB (Red+Green+Blue) = 237+158+203=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ECB is #126134. Grayscale: #BABABA. Windows color (decimal): -1204533 or 13344493. OLE color: 13344493.
HSL color Cylindrical-coordinate representation of color #ED9ECB: hue angle of 325.82º 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 #ED9ECB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 203 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.07 |
| HSL | 325.82º | 0.69% | 0.77% | - |
| HSV(B) | 325.82º | 0.33% | 0.93% | - |
| XYZ | 57.93 | 46.77 | 62.47 | - |
| YUV | 186.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 203 | 0 | 0.33 | 0.14 | 0.07 | 325.82 | 0.69 | 0.77 |
| Hex | ED | 9E | CB | 0 | 21 | E | 7 | 146 | 45 | 4D |
| Octal | 355 | 236 | 313 | 0 | 41 | 16 | 7 | 506 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11001011 | 0 | 100001 | 1110 | 111 | 101000110 | 1000101 | 1001101 |
Color Harmonies of #ED9ECB
Complementary color
Monochromatic Colors of #ED9ECB
Black with #ED9ECB
Text Example
Text Example
White with #ED9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9ECB; }
p { color: rgb(237,158,203); }
H1.HeaderClassName
{
color: #ED9ECB;
}
.AnyTagClassName
{
color: #ED9ECB;
}
</style>
background-color css
<style>
a { background-color: #ED9ECB; }
a { background-color: rgb(237,158,203); }
div.DivClassName
{
background-color: #ED9ECB;
}
.BgClassName
{
background-color: #ED9ECB;
}
</style>
border-color css
<style>
span { border-color: #ED9ECB; }
span { border-color: rgb(237,158,203); }
td.TdClassName
{
border-color: #ED9ECB;
}
.TagClassName
{
border-color: #ED9ECB;
}
</style>