Shades of Deep Blush #ED6885
Tints of Deep Blush #ED6885
RGB
CMYK
RGB Variations
Color information
#ED6885 (or 0xED6885) is known color: Deep Blush. HEX triplet: ED, 68 and 85. RGB value is (237,104,133). Sum of RGB (Red+Green+Blue) = 237+104+133=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6885 is #12977A. Grayscale: #939393. Windows color (decimal): -1218427 or 8743149. OLE color: 8743149.
HSL color Cylindrical-coordinate representation of color #ED6885: hue angle of 346.92º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6885 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 133 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.07 |
| HSL | 346.92º | 0.79% | 0.67% | - |
| HSV(B) | 346.92º | 0.56% | 0.93% | - |
| XYZ | 44.11 | 29.6 | 25.58 | - |
| YUV | 147.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 133 | 0 | 0.56 | 0.44 | 0.07 | 346.92 | 0.79 | 0.67 |
| Hex | ED | 68 | 85 | 0 | 38 | 2C | 7 | 15B | 4F | 43 |
| Octal | 355 | 150 | 205 | 0 | 70 | 54 | 7 | 533 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10000101 | 0 | 111000 | 101100 | 111 | 101011011 | 1001111 | 1000011 |
Color Harmonies of #ED6885
Complementary color
Monochromatic Colors of #ED6885
Black with #ED6885
Text Example
Text Example
White with #ED6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6885; }
p { color: rgb(237,104,133); }
H1.HeaderClassName
{
color: #ED6885;
}
.AnyTagClassName
{
color: #ED6885;
}
</style>
background-color css
<style>
a { background-color: #ED6885; }
a { background-color: rgb(237,104,133); }
div.DivClassName
{
background-color: #ED6885;
}
.BgClassName
{
background-color: #ED6885;
}
</style>
border-color css
<style>
span { border-color: #ED6885; }
span { border-color: rgb(237,104,133); }
td.TdClassName
{
border-color: #ED6885;
}
.TagClassName
{
border-color: #ED6885;
}
</style>