Shades of Shocking #ED8FB6
Tints of Shocking #ED8FB6
RGB
CMYK
RGB Variations
Color information
#ED8FB6 (or 0xED8FB6) is known color: Shocking. HEX triplet: ED, 8F and B6. RGB value is (237,143,182). Sum of RGB (Red+Green+Blue) = 237+143+182=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FB6 is #127049. Grayscale: #AFAFAF. Windows color (decimal): -1208394 or 11964397. OLE color: 11964397.
HSL color Cylindrical-coordinate representation of color #ED8FB6: hue angle of 335.11º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 182 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.07 |
| HSL | 335.11º | 0.72% | 0.75% | - |
| HSV(B) | 335.11º | 0.4% | 0.93% | - |
| XYZ | 53.19 | 41.03 | 49.37 | - |
| YUV | 175.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 182 | 0 | 0.40 | 0.23 | 0.07 | 335.11 | 0.72 | 0.75 |
| Hex | ED | 8F | B6 | 0 | 28 | 17 | 7 | 14F | 48 | 4B |
| Octal | 355 | 217 | 266 | 0 | 50 | 27 | 7 | 517 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10110110 | 0 | 101000 | 10111 | 111 | 101001111 | 1001000 | 1001011 |
Color Harmonies of #ED8FB6
Complementary color
Monochromatic Colors of #ED8FB6
Black with #ED8FB6
Text Example
Text Example
White with #ED8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FB6; }
p { color: rgb(237,143,182); }
H1.HeaderClassName
{
color: #ED8FB6;
}
.AnyTagClassName
{
color: #ED8FB6;
}
</style>
background-color css
<style>
a { background-color: #ED8FB6; }
a { background-color: rgb(237,143,182); }
div.DivClassName
{
background-color: #ED8FB6;
}
.BgClassName
{
background-color: #ED8FB6;
}
</style>
border-color css
<style>
span { border-color: #ED8FB6; }
span { border-color: rgb(237,143,182); }
td.TdClassName
{
border-color: #ED8FB6;
}
.TagClassName
{
border-color: #ED8FB6;
}
</style>