Shades of Shocking #ED9BD0
Tints of Shocking #ED9BD0
RGB
CMYK
RGB Variations
Color information
#ED9BD0 (or 0xED9BD0) is known color: Shocking. HEX triplet: ED, 9B and D0. RGB value is (237,155,208). Sum of RGB (Red+Green+Blue) = 237+155+208=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BD0 is #12642F. Grayscale: #B9B9B9. Windows color (decimal): -1205296 or 13671405. OLE color: 13671405.
HSL color Cylindrical-coordinate representation of color #ED9BD0: hue angle of 321.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BD0 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 208 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.07 |
| HSL | 321.22º | 0.69% | 0.77% | - |
| HSV(B) | 321.22º | 0.35% | 0.93% | - |
| XYZ | 58.03 | 46 | 65.5 | - |
| YUV | 185.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 208 | 0 | 0.35 | 0.12 | 0.07 | 321.22 | 0.69 | 0.77 |
| Hex | ED | 9B | D0 | 0 | 23 | C | 7 | 141 | 45 | 4D |
| Octal | 355 | 233 | 320 | 0 | 43 | 14 | 7 | 501 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11010000 | 0 | 100011 | 1100 | 111 | 101000001 | 1000101 | 1001101 |
Color Harmonies of #ED9BD0
Complementary color
Monochromatic Colors of #ED9BD0
Black with #ED9BD0
Text Example
Text Example
White with #ED9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BD0; }
p { color: rgb(237,155,208); }
H1.HeaderClassName
{
color: #ED9BD0;
}
.AnyTagClassName
{
color: #ED9BD0;
}
</style>
background-color css
<style>
a { background-color: #ED9BD0; }
a { background-color: rgb(237,155,208); }
div.DivClassName
{
background-color: #ED9BD0;
}
.BgClassName
{
background-color: #ED9BD0;
}
</style>
border-color css
<style>
span { border-color: #ED9BD0; }
span { border-color: rgb(237,155,208); }
td.TdClassName
{
border-color: #ED9BD0;
}
.TagClassName
{
border-color: #ED9BD0;
}
</style>