Shades of Shocking #ED8FBA
Tints of Shocking #ED8FBA
RGB
CMYK
RGB Variations
Color information
#ED8FBA (or 0xED8FBA) is known color: Shocking. HEX triplet: ED, 8F and BA. RGB value is (237,143,186). Sum of RGB (Red+Green+Blue) = 237+143+186=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FBA is #127045. Grayscale: #AFAFAF. Windows color (decimal): -1208390 or 12226541. OLE color: 12226541.
HSL color Cylindrical-coordinate representation of color #ED8FBA: hue angle of 332.55º 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 #ED8FBA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 186 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.07 |
| HSL | 332.55º | 0.72% | 0.75% | - |
| HSV(B) | 332.55º | 0.4% | 0.93% | - |
| XYZ | 53.61 | 41.19 | 51.58 | - |
| YUV | 176.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 186 | 0 | 0.40 | 0.22 | 0.07 | 332.55 | 0.72 | 0.75 |
| Hex | ED | 8F | BA | 0 | 28 | 16 | 7 | 14D | 48 | 4B |
| Octal | 355 | 217 | 272 | 0 | 50 | 26 | 7 | 515 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10111010 | 0 | 101000 | 10110 | 111 | 101001101 | 1001000 | 1001011 |
Color Harmonies of #ED8FBA
Complementary color
Monochromatic Colors of #ED8FBA
Black with #ED8FBA
Text Example
Text Example
White with #ED8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FBA; }
p { color: rgb(237,143,186); }
H1.HeaderClassName
{
color: #ED8FBA;
}
.AnyTagClassName
{
color: #ED8FBA;
}
</style>
background-color css
<style>
a { background-color: #ED8FBA; }
a { background-color: rgb(237,143,186); }
div.DivClassName
{
background-color: #ED8FBA;
}
.BgClassName
{
background-color: #ED8FBA;
}
</style>
border-color css
<style>
span { border-color: #ED8FBA; }
span { border-color: rgb(237,143,186); }
td.TdClassName
{
border-color: #ED8FBA;
}
.TagClassName
{
border-color: #ED8FBA;
}
</style>