Shades of Shocking #ED8CBC
Tints of Shocking #ED8CBC
RGB
CMYK
RGB Variations
Color information
#ED8CBC (or 0xED8CBC) is known color: Shocking. HEX triplet: ED, 8C and BC. RGB value is (237,140,188). Sum of RGB (Red+Green+Blue) = 237+140+188=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CBC is #127343. Grayscale: #AEAEAE. Windows color (decimal): -1209156 or 12356845. OLE color: 12356845.
HSL color Cylindrical-coordinate representation of color #ED8CBC: hue angle of 330.31º 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 #ED8CBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 188 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.31º | 0.73% | 0.74% | - |
| HSV(B) | 330.31º | 0.41% | 0.93% | - |
| XYZ | 53.38 | 40.39 | 52.56 | - |
| YUV | 174.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 188 | 0 | 0.41 | 0.21 | 0.07 | 330.31 | 0.73 | 0.74 |
| Hex | ED | 8C | BC | 0 | 29 | 15 | 7 | 14A | 49 | 4A |
| Octal | 355 | 214 | 274 | 0 | 51 | 25 | 7 | 512 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10111100 | 0 | 101001 | 10101 | 111 | 101001010 | 1001001 | 1001010 |
Color Harmonies of #ED8CBC
Complementary color
Monochromatic Colors of #ED8CBC
Black with #ED8CBC
Text Example
Text Example
White with #ED8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CBC; }
p { color: rgb(237,140,188); }
H1.HeaderClassName
{
color: #ED8CBC;
}
.AnyTagClassName
{
color: #ED8CBC;
}
</style>
background-color css
<style>
a { background-color: #ED8CBC; }
a { background-color: rgb(237,140,188); }
div.DivClassName
{
background-color: #ED8CBC;
}
.BgClassName
{
background-color: #ED8CBC;
}
</style>
border-color css
<style>
span { border-color: #ED8CBC; }
span { border-color: rgb(237,140,188); }
td.TdClassName
{
border-color: #ED8CBC;
}
.TagClassName
{
border-color: #ED8CBC;
}
</style>