Shades of Shocking #ED9BCD
Tints of Shocking #ED9BCD
RGB
CMYK
RGB Variations
Color information
#ED9BCD (or 0xED9BCD) is known color: Shocking. HEX triplet: ED, 9B and CD. RGB value is (237,155,205). Sum of RGB (Red+Green+Blue) = 237+155+205=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BCD is #126432. Grayscale: #B9B9B9. Windows color (decimal): -1205299 or 13474797. OLE color: 13474797.
HSL color Cylindrical-coordinate representation of color #ED9BCD: hue angle of 323.41º 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 #ED9BCD is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 205 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.07 |
| HSL | 323.41º | 0.69% | 0.77% | - |
| HSV(B) | 323.41º | 0.35% | 0.93% | - |
| XYZ | 57.67 | 45.86 | 63.57 | - |
| YUV | 185.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 205 | 0 | 0.35 | 0.14 | 0.07 | 323.41 | 0.69 | 0.77 |
| Hex | ED | 9B | CD | 0 | 23 | E | 7 | 143 | 45 | 4D |
| Octal | 355 | 233 | 315 | 0 | 43 | 16 | 7 | 503 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11001101 | 0 | 100011 | 1110 | 111 | 101000011 | 1000101 | 1001101 |
Color Harmonies of #ED9BCD
Complementary color
Monochromatic Colors of #ED9BCD
Black with #ED9BCD
Text Example
Text Example
White with #ED9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BCD; }
p { color: rgb(237,155,205); }
H1.HeaderClassName
{
color: #ED9BCD;
}
.AnyTagClassName
{
color: #ED9BCD;
}
</style>
background-color css
<style>
a { background-color: #ED9BCD; }
a { background-color: rgb(237,155,205); }
div.DivClassName
{
background-color: #ED9BCD;
}
.BgClassName
{
background-color: #ED9BCD;
}
</style>
border-color css
<style>
span { border-color: #ED9BCD; }
span { border-color: rgb(237,155,205); }
td.TdClassName
{
border-color: #ED9BCD;
}
.TagClassName
{
border-color: #ED9BCD;
}
</style>