Shades of Shocking #ED9EBA
Tints of Shocking #ED9EBA
RGB
CMYK
RGB Variations
Color information
#ED9EBA (or 0xED9EBA) is known color: Shocking. HEX triplet: ED, 9E and BA. RGB value is (237,158,186). Sum of RGB (Red+Green+Blue) = 237+158+186=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EBA is #126145. Grayscale: #B8B8B8. Windows color (decimal): -1204550 or 12230381. OLE color: 12230381.
HSL color Cylindrical-coordinate representation of color #ED9EBA: hue angle of 338.73º 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 #ED9EBA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 186 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.07 |
| HSL | 338.73º | 0.69% | 0.77% | - |
| HSV(B) | 338.73º | 0.33% | 0.93% | - |
| XYZ | 56.01 | 46 | 52.38 | - |
| YUV | 184.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 186 | 0 | 0.33 | 0.22 | 0.07 | 338.73 | 0.69 | 0.77 |
| Hex | ED | 9E | BA | 0 | 21 | 16 | 7 | 153 | 45 | 4D |
| Octal | 355 | 236 | 272 | 0 | 41 | 26 | 7 | 523 | 105 | 115 |
| Binary | 11101101 | 10011110 | 10111010 | 0 | 100001 | 10110 | 111 | 101010011 | 1000101 | 1001101 |
Color Harmonies of #ED9EBA
Complementary color
Monochromatic Colors of #ED9EBA
Black with #ED9EBA
Text Example
Text Example
White with #ED9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EBA; }
p { color: rgb(237,158,186); }
H1.HeaderClassName
{
color: #ED9EBA;
}
.AnyTagClassName
{
color: #ED9EBA;
}
</style>
background-color css
<style>
a { background-color: #ED9EBA; }
a { background-color: rgb(237,158,186); }
div.DivClassName
{
background-color: #ED9EBA;
}
.BgClassName
{
background-color: #ED9EBA;
}
</style>
border-color css
<style>
span { border-color: #ED9EBA; }
span { border-color: rgb(237,158,186); }
td.TdClassName
{
border-color: #ED9EBA;
}
.TagClassName
{
border-color: #ED9EBA;
}
</style>