Shades of Shocking #ED8CBB
Tints of Shocking #ED8CBB
RGB
CMYK
RGB Variations
Color information
#ED8CBB (or 0xED8CBB) is known color: Shocking. HEX triplet: ED, 8C and BB. RGB value is (237,140,187). Sum of RGB (Red+Green+Blue) = 237+140+187=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CBB is #127344. Grayscale: #AEAEAE. Windows color (decimal): -1209157 or 12291309. OLE color: 12291309.
HSL color Cylindrical-coordinate representation of color #ED8CBB: hue angle of 330.93º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CBB is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 187 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.93º | 0.73% | 0.74% | - |
| HSV(B) | 330.93º | 0.41% | 0.93% | - |
| XYZ | 53.27 | 40.35 | 51.99 | - |
| YUV | 174.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 187 | 0 | 0.41 | 0.21 | 0.07 | 330.93 | 0.73 | 0.74 |
| Hex | ED | 8C | BB | 0 | 29 | 15 | 7 | 14B | 49 | 4A |
| Octal | 355 | 214 | 273 | 0 | 51 | 25 | 7 | 513 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10111011 | 0 | 101001 | 10101 | 111 | 101001011 | 1001001 | 1001010 |
Color Harmonies of #ED8CBB
Complementary color
Monochromatic Colors of #ED8CBB
Black with #ED8CBB
Text Example
Text Example
White with #ED8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CBB; }
p { color: rgb(237,140,187); }
H1.HeaderClassName
{
color: #ED8CBB;
}
.AnyTagClassName
{
color: #ED8CBB;
}
</style>
background-color css
<style>
a { background-color: #ED8CBB; }
a { background-color: rgb(237,140,187); }
div.DivClassName
{
background-color: #ED8CBB;
}
.BgClassName
{
background-color: #ED8CBB;
}
</style>
border-color css
<style>
span { border-color: #ED8CBB; }
span { border-color: rgb(237,140,187); }
td.TdClassName
{
border-color: #ED8CBB;
}
.TagClassName
{
border-color: #ED8CBB;
}
</style>