Shades of Shocking #ED8AB7
Tints of Shocking #ED8AB7
RGB
CMYK
RGB Variations
Color information
#ED8AB7 (or 0xED8AB7) is known color: Shocking. HEX triplet: ED, 8A and B7. RGB value is (237,138,183). Sum of RGB (Red+Green+Blue) = 237+138+183=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AB7 is #127548. Grayscale: #ACACAC. Windows color (decimal): -1209673 or 12028653. OLE color: 12028653.
HSL color Cylindrical-coordinate representation of color #ED8AB7: hue angle of 332.73º 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 #ED8AB7 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 183 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.07 |
| HSL | 332.73º | 0.73% | 0.74% | - |
| HSV(B) | 332.73º | 0.42% | 0.93% | - |
| XYZ | 52.56 | 39.6 | 49.67 | - |
| YUV | 172.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 183 | 0 | 0.42 | 0.23 | 0.07 | 332.73 | 0.73 | 0.74 |
| Hex | ED | 8A | B7 | 0 | 2A | 17 | 7 | 14D | 49 | 4A |
| Octal | 355 | 212 | 267 | 0 | 52 | 27 | 7 | 515 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10110111 | 0 | 101010 | 10111 | 111 | 101001101 | 1001001 | 1001010 |
Color Harmonies of #ED8AB7
Complementary color
Monochromatic Colors of #ED8AB7
Black with #ED8AB7
Text Example
Text Example
White with #ED8AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AB7; }
p { color: rgb(237,138,183); }
H1.HeaderClassName
{
color: #ED8AB7;
}
.AnyTagClassName
{
color: #ED8AB7;
}
</style>
background-color css
<style>
a { background-color: #ED8AB7; }
a { background-color: rgb(237,138,183); }
div.DivClassName
{
background-color: #ED8AB7;
}
.BgClassName
{
background-color: #ED8AB7;
}
</style>
border-color css
<style>
span { border-color: #ED8AB7; }
span { border-color: rgb(237,138,183); }
td.TdClassName
{
border-color: #ED8AB7;
}
.TagClassName
{
border-color: #ED8AB7;
}
</style>