Shades of Shocking #ED9AB8
Tints of Shocking #ED9AB8
RGB
CMYK
RGB Variations
Color information
#ED9AB8 (or 0xED9AB8) is known color: Shocking. HEX triplet: ED, 9A and B8. RGB value is (237,154,184). Sum of RGB (Red+Green+Blue) = 237+154+184=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AB8 is #126547. Grayscale: #B6B6B6. Windows color (decimal): -1205576 or 12098285. OLE color: 12098285.
HSL color Cylindrical-coordinate representation of color #ED9AB8: hue angle of 338.31º degrees, saturation: 0.7, 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 #ED9AB8 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 184 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.07 |
| HSL | 338.31º | 0.7% | 0.77% | - |
| HSV(B) | 338.31º | 0.35% | 0.93% | - |
| XYZ | 55.13 | 44.58 | 51.05 | - |
| YUV | 182.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 184 | 0 | 0.35 | 0.22 | 0.07 | 338.31 | 0.7 | 0.77 |
| Hex | ED | 9A | B8 | 0 | 23 | 16 | 7 | 152 | 46 | 4D |
| Octal | 355 | 232 | 270 | 0 | 43 | 26 | 7 | 522 | 106 | 115 |
| Binary | 11101101 | 10011010 | 10111000 | 0 | 100011 | 10110 | 111 | 101010010 | 1000110 | 1001101 |
Color Harmonies of #ED9AB8
Complementary color
Monochromatic Colors of #ED9AB8
Black with #ED9AB8
Text Example
Text Example
White with #ED9AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9AB8; }
p { color: rgb(237,154,184); }
H1.HeaderClassName
{
color: #ED9AB8;
}
.AnyTagClassName
{
color: #ED9AB8;
}
</style>
background-color css
<style>
a { background-color: #ED9AB8; }
a { background-color: rgb(237,154,184); }
div.DivClassName
{
background-color: #ED9AB8;
}
.BgClassName
{
background-color: #ED9AB8;
}
</style>
border-color css
<style>
span { border-color: #ED9AB8; }
span { border-color: rgb(237,154,184); }
td.TdClassName
{
border-color: #ED9AB8;
}
.TagClassName
{
border-color: #ED9AB8;
}
</style>