Shades of Deep Blush #ED6E8E
Tints of Deep Blush #ED6E8E
RGB
CMYK
RGB Variations
Color information
#ED6E8E (or 0xED6E8E) is known color: Deep Blush. HEX triplet: ED, 6E and 8E. RGB value is (237,110,142). Sum of RGB (Red+Green+Blue) = 237+110+142=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6E8E is #129171. Grayscale: #979797. Windows color (decimal): -1216882 or 9334509. OLE color: 9334509.
HSL color Cylindrical-coordinate representation of color #ED6E8E: hue angle of 344.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6E8E is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 142 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.07 |
| HSL | 344.88º | 0.78% | 0.68% | - |
| HSV(B) | 344.88º | 0.54% | 0.93% | - |
| XYZ | 45.38 | 31.11 | 29.2 | - |
| YUV | 151.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 142 | 0 | 0.54 | 0.40 | 0.07 | 344.88 | 0.78 | 0.68 |
| Hex | ED | 6E | 8E | 0 | 36 | 28 | 7 | 159 | 4E | 44 |
| Octal | 355 | 156 | 216 | 0 | 66 | 50 | 7 | 531 | 116 | 104 |
| Binary | 11101101 | 1101110 | 10001110 | 0 | 110110 | 101000 | 111 | 101011001 | 1001110 | 1000100 |
Color Harmonies of #ED6E8E
Complementary color
Monochromatic Colors of #ED6E8E
Black with #ED6E8E
Text Example
Text Example
White with #ED6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E8E; }
p { color: rgb(237,110,142); }
H1.HeaderClassName
{
color: #ED6E8E;
}
.AnyTagClassName
{
color: #ED6E8E;
}
</style>
background-color css
<style>
a { background-color: #ED6E8E; }
a { background-color: rgb(237,110,142); }
div.DivClassName
{
background-color: #ED6E8E;
}
.BgClassName
{
background-color: #ED6E8E;
}
</style>
border-color css
<style>
span { border-color: #ED6E8E; }
span { border-color: rgb(237,110,142); }
td.TdClassName
{
border-color: #ED6E8E;
}
.TagClassName
{
border-color: #ED6E8E;
}
</style>