Shades of Shocking #ED8AB6
Tints of Shocking #ED8AB6
RGB
CMYK
RGB Variations
Color information
#ED8AB6 (or 0xED8AB6) is known color: Shocking. HEX triplet: ED, 8A and B6. RGB value is (237,138,182). Sum of RGB (Red+Green+Blue) = 237+138+182=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AB6 is #127549. Grayscale: #ACACAC. Windows color (decimal): -1209674 or 11963117. OLE color: 11963117.
HSL color Cylindrical-coordinate representation of color #ED8AB6: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AB6 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 182 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.07 |
| HSL | 333.33º | 0.73% | 0.74% | - |
| HSV(B) | 333.33º | 0.42% | 0.93% | - |
| XYZ | 52.46 | 39.56 | 49.13 | - |
| YUV | 172.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 182 | 0 | 0.42 | 0.23 | 0.07 | 333.33 | 0.73 | 0.74 |
| Hex | ED | 8A | B6 | 0 | 2A | 17 | 7 | 14D | 49 | 4A |
| Octal | 355 | 212 | 266 | 0 | 52 | 27 | 7 | 515 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10110110 | 0 | 101010 | 10111 | 111 | 101001101 | 1001001 | 1001010 |
Color Harmonies of #ED8AB6
Complementary color
Monochromatic Colors of #ED8AB6
Black with #ED8AB6
Text Example
Text Example
White with #ED8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AB6; }
p { color: rgb(237,138,182); }
H1.HeaderClassName
{
color: #ED8AB6;
}
.AnyTagClassName
{
color: #ED8AB6;
}
</style>
background-color css
<style>
a { background-color: #ED8AB6; }
a { background-color: rgb(237,138,182); }
div.DivClassName
{
background-color: #ED8AB6;
}
.BgClassName
{
background-color: #ED8AB6;
}
</style>
border-color css
<style>
span { border-color: #ED8AB6; }
span { border-color: rgb(237,138,182); }
td.TdClassName
{
border-color: #ED8AB6;
}
.TagClassName
{
border-color: #ED8AB6;
}
</style>