Shades of Deep Blush #ED6793
Tints of Deep Blush #ED6793
RGB
CMYK
RGB Variations
Color information
#ED6793 (or 0xED6793) is known color: Deep Blush. HEX triplet: ED, 67 and 93. RGB value is (237,103,147). Sum of RGB (Red+Green+Blue) = 237+103+147=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6793 is #12986C. Grayscale: #949494. Windows color (decimal): -1218669 or 9660397. OLE color: 9660397.
HSL color Cylindrical-coordinate representation of color #ED6793: hue angle of 340.3º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6793 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 147 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.07 |
| HSL | 340.3º | 0.79% | 0.67% | - |
| HSV(B) | 340.3º | 0.57% | 0.93% | - |
| XYZ | 45.04 | 29.81 | 30.98 | - |
| YUV | 148.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 147 | 0 | 0.57 | 0.38 | 0.07 | 340.3 | 0.79 | 0.67 |
| Hex | ED | 67 | 93 | 0 | 39 | 26 | 7 | 154 | 4F | 43 |
| Octal | 355 | 147 | 223 | 0 | 71 | 46 | 7 | 524 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10010011 | 0 | 111001 | 100110 | 111 | 101010100 | 1001111 | 1000011 |
Color Harmonies of #ED6793
Complementary color
Monochromatic Colors of #ED6793
Black with #ED6793
Text Example
Text Example
White with #ED6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6793; }
p { color: rgb(237,103,147); }
H1.HeaderClassName
{
color: #ED6793;
}
.AnyTagClassName
{
color: #ED6793;
}
</style>
background-color css
<style>
a { background-color: #ED6793; }
a { background-color: rgb(237,103,147); }
div.DivClassName
{
background-color: #ED6793;
}
.BgClassName
{
background-color: #ED6793;
}
</style>
border-color css
<style>
span { border-color: #ED6793; }
span { border-color: rgb(237,103,147); }
td.TdClassName
{
border-color: #ED6793;
}
.TagClassName
{
border-color: #ED6793;
}
</style>