Shades of Deep Blush #ED6883
Tints of Deep Blush #ED6883
RGB
CMYK
RGB Variations
Color information
#ED6883 (or 0xED6883) is known color: Deep Blush. HEX triplet: ED, 68 and 83. RGB value is (237,104,131). Sum of RGB (Red+Green+Blue) = 237+104+131=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6883 is #12977C. Grayscale: #929292. Windows color (decimal): -1218429 or 8612077. OLE color: 8612077.
HSL color Cylindrical-coordinate representation of color #ED6883: hue angle of 347.82º 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 #ED6883 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 131 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.07 |
| HSL | 347.82º | 0.79% | 0.67% | - |
| HSV(B) | 347.82º | 0.56% | 0.93% | - |
| XYZ | 43.97 | 29.54 | 24.86 | - |
| YUV | 146.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 131 | 0 | 0.56 | 0.45 | 0.07 | 347.82 | 0.79 | 0.67 |
| Hex | ED | 68 | 83 | 0 | 38 | 2D | 7 | 15C | 4F | 43 |
| Octal | 355 | 150 | 203 | 0 | 70 | 55 | 7 | 534 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10000011 | 0 | 111000 | 101101 | 111 | 101011100 | 1001111 | 1000011 |
Color Harmonies of #ED6883
Complementary color
Monochromatic Colors of #ED6883
Black with #ED6883
Text Example
Text Example
White with #ED6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6883; }
p { color: rgb(237,104,131); }
H1.HeaderClassName
{
color: #ED6883;
}
.AnyTagClassName
{
color: #ED6883;
}
</style>
background-color css
<style>
a { background-color: #ED6883; }
a { background-color: rgb(237,104,131); }
div.DivClassName
{
background-color: #ED6883;
}
.BgClassName
{
background-color: #ED6883;
}
</style>
border-color css
<style>
span { border-color: #ED6883; }
span { border-color: rgb(237,104,131); }
td.TdClassName
{
border-color: #ED6883;
}
.TagClassName
{
border-color: #ED6883;
}
</style>