Shades of Deep Blush #ED6982
Tints of Deep Blush #ED6982
RGB
CMYK
RGB Variations
Color information
#ED6982 (or 0xED6982) is known color: Deep Blush. HEX triplet: ED, 69 and 82. RGB value is (237,105,130). Sum of RGB (Red+Green+Blue) = 237+105+130=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6982 is #12967D. Grayscale: #939393. Windows color (decimal): -1218174 or 8546797. OLE color: 8546797.
HSL color Cylindrical-coordinate representation of color #ED6982: hue angle of 348.64º 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 #ED6982 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 130 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.07 |
| HSL | 348.64º | 0.79% | 0.67% | - |
| HSV(B) | 348.64º | 0.56% | 0.93% | - |
| XYZ | 44.01 | 29.72 | 24.54 | - |
| YUV | 147.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 130 | 0 | 0.56 | 0.45 | 0.07 | 348.64 | 0.79 | 0.67 |
| Hex | ED | 69 | 82 | 0 | 38 | 2D | 7 | 15D | 4F | 43 |
| Octal | 355 | 151 | 202 | 0 | 70 | 55 | 7 | 535 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10000010 | 0 | 111000 | 101101 | 111 | 101011101 | 1001111 | 1000011 |
Color Harmonies of #ED6982
Complementary color
Monochromatic Colors of #ED6982
Black with #ED6982
Text Example
Text Example
White with #ED6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6982; }
p { color: rgb(237,105,130); }
H1.HeaderClassName
{
color: #ED6982;
}
.AnyTagClassName
{
color: #ED6982;
}
</style>
background-color css
<style>
a { background-color: #ED6982; }
a { background-color: rgb(237,105,130); }
div.DivClassName
{
background-color: #ED6982;
}
.BgClassName
{
background-color: #ED6982;
}
</style>
border-color css
<style>
span { border-color: #ED6982; }
span { border-color: rgb(237,105,130); }
td.TdClassName
{
border-color: #ED6982;
}
.TagClassName
{
border-color: #ED6982;
}
</style>