Shades of Shocking #ED9CB8
Tints of Shocking #ED9CB8
RGB
CMYK
RGB Variations
Color information
#ED9CB8 (or 0xED9CB8) is known color: Shocking. HEX triplet: ED, 9C and B8. RGB value is (237,156,184). Sum of RGB (Red+Green+Blue) = 237+156+184=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CB8 is #126347. Grayscale: #B7B7B7. Windows color (decimal): -1205064 or 12098797. OLE color: 12098797.
HSL color Cylindrical-coordinate representation of color #ED9CB8: hue angle of 339.26º 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 #ED9CB8 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 184 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.07 |
| HSL | 339.26º | 0.69% | 0.77% | - |
| HSV(B) | 339.26º | 0.34% | 0.93% | - |
| XYZ | 55.47 | 45.24 | 51.16 | - |
| YUV | 183.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 184 | 0 | 0.34 | 0.22 | 0.07 | 339.26 | 0.69 | 0.77 |
| Hex | ED | 9C | B8 | 0 | 22 | 16 | 7 | 153 | 45 | 4D |
| Octal | 355 | 234 | 270 | 0 | 42 | 26 | 7 | 523 | 105 | 115 |
| Binary | 11101101 | 10011100 | 10111000 | 0 | 100010 | 10110 | 111 | 101010011 | 1000101 | 1001101 |
Color Harmonies of #ED9CB8
Complementary color
Monochromatic Colors of #ED9CB8
Black with #ED9CB8
Text Example
Text Example
White with #ED9CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CB8; }
p { color: rgb(237,156,184); }
H1.HeaderClassName
{
color: #ED9CB8;
}
.AnyTagClassName
{
color: #ED9CB8;
}
</style>
background-color css
<style>
a { background-color: #ED9CB8; }
a { background-color: rgb(237,156,184); }
div.DivClassName
{
background-color: #ED9CB8;
}
.BgClassName
{
background-color: #ED9CB8;
}
</style>
border-color css
<style>
span { border-color: #ED9CB8; }
span { border-color: rgb(237,156,184); }
td.TdClassName
{
border-color: #ED9CB8;
}
.TagClassName
{
border-color: #ED9CB8;
}
</style>