Shades of Deep Blush #ED6F83
Tints of Deep Blush #ED6F83
RGB
CMYK
RGB Variations
Color information
#ED6F83 (or 0xED6F83) is known color: Deep Blush. HEX triplet: ED, 6F and 83. RGB value is (237,111,131). Sum of RGB (Red+Green+Blue) = 237+111+131=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F83 is #12907C. Grayscale: #969696. Windows color (decimal): -1216637 or 8613869. OLE color: 8613869.
HSL color Cylindrical-coordinate representation of color #ED6F83: hue angle of 350.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F83 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 131 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.07 |
| HSL | 350.48º | 0.78% | 0.68% | - |
| HSV(B) | 350.48º | 0.53% | 0.93% | - |
| XYZ | 44.71 | 31.01 | 25.1 | - |
| YUV | 150.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 131 | 0 | 0.53 | 0.45 | 0.07 | 350.48 | 0.78 | 0.68 |
| Hex | ED | 6F | 83 | 0 | 35 | 2D | 7 | 15E | 4E | 44 |
| Octal | 355 | 157 | 203 | 0 | 65 | 55 | 7 | 536 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10000011 | 0 | 110101 | 101101 | 111 | 101011110 | 1001110 | 1000100 |
Color Harmonies of #ED6F83
Complementary color
Monochromatic Colors of #ED6F83
Black with #ED6F83
Text Example
Text Example
White with #ED6F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F83; }
p { color: rgb(237,111,131); }
H1.HeaderClassName
{
color: #ED6F83;
}
.AnyTagClassName
{
color: #ED6F83;
}
</style>
background-color css
<style>
a { background-color: #ED6F83; }
a { background-color: rgb(237,111,131); }
div.DivClassName
{
background-color: #ED6F83;
}
.BgClassName
{
background-color: #ED6F83;
}
</style>
border-color css
<style>
span { border-color: #ED6F83; }
span { border-color: rgb(237,111,131); }
td.TdClassName
{
border-color: #ED6F83;
}
.TagClassName
{
border-color: #ED6F83;
}
</style>