Shades of Shocking #ED8CBE
Tints of Shocking #ED8CBE
RGB
CMYK
RGB Variations
Color information
#ED8CBE (or 0xED8CBE) is known color: Shocking. HEX triplet: ED, 8C and BE. RGB value is (237,140,190). Sum of RGB (Red+Green+Blue) = 237+140+190=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CBE is #127341. Grayscale: #AEAEAE. Windows color (decimal): -1209154 or 12487917. OLE color: 12487917.
HSL color Cylindrical-coordinate representation of color #ED8CBE: hue angle of 329.07º 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 #ED8CBE is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 190 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.07 |
| HSL | 329.07º | 0.73% | 0.74% | - |
| HSV(B) | 329.07º | 0.41% | 0.93% | - |
| XYZ | 53.6 | 40.48 | 53.7 | - |
| YUV | 174.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 190 | 0 | 0.41 | 0.20 | 0.07 | 329.07 | 0.73 | 0.74 |
| Hex | ED | 8C | BE | 0 | 29 | 14 | 7 | 149 | 49 | 4A |
| Octal | 355 | 214 | 276 | 0 | 51 | 24 | 7 | 511 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10111110 | 0 | 101001 | 10100 | 111 | 101001001 | 1001001 | 1001010 |
Color Harmonies of #ED8CBE
Complementary color
Monochromatic Colors of #ED8CBE
Black with #ED8CBE
Text Example
Text Example
White with #ED8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CBE; }
p { color: rgb(237,140,190); }
H1.HeaderClassName
{
color: #ED8CBE;
}
.AnyTagClassName
{
color: #ED8CBE;
}
</style>
background-color css
<style>
a { background-color: #ED8CBE; }
a { background-color: rgb(237,140,190); }
div.DivClassName
{
background-color: #ED8CBE;
}
.BgClassName
{
background-color: #ED8CBE;
}
</style>
border-color css
<style>
span { border-color: #ED8CBE; }
span { border-color: rgb(237,140,190); }
td.TdClassName
{
border-color: #ED8CBE;
}
.TagClassName
{
border-color: #ED8CBE;
}
</style>