Shades of Deep Blush #ED6395
Tints of Deep Blush #ED6395
RGB
CMYK
RGB Variations
Color information
#ED6395 (or 0xED6395) is known color: Deep Blush. HEX triplet: ED, 63 and 95. RGB value is (237,99,149). Sum of RGB (Red+Green+Blue) = 237+99+149=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6395 is #129C6A. Grayscale: #919191. Windows color (decimal): -1219691 or 9790445. OLE color: 9790445.
HSL color Cylindrical-coordinate representation of color #ED6395: hue angle of 338.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6395 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 149 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.07 |
| HSL | 338.26º | 0.79% | 0.66% | - |
| HSV(B) | 338.26º | 0.58% | 0.93% | - |
| XYZ | 44.81 | 29.1 | 31.69 | - |
| YUV | 145.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 149 | 0 | 0.58 | 0.37 | 0.07 | 338.26 | 0.79 | 0.66 |
| Hex | ED | 63 | 95 | 0 | 3A | 25 | 7 | 152 | 4F | 42 |
| Octal | 355 | 143 | 225 | 0 | 72 | 45 | 7 | 522 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10010101 | 0 | 111010 | 100101 | 111 | 101010010 | 1001111 | 1000010 |
Color Harmonies of #ED6395
Complementary color
Monochromatic Colors of #ED6395
Black with #ED6395
Text Example
Text Example
White with #ED6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6395; }
p { color: rgb(237,99,149); }
H1.HeaderClassName
{
color: #ED6395;
}
.AnyTagClassName
{
color: #ED6395;
}
</style>
background-color css
<style>
a { background-color: #ED6395; }
a { background-color: rgb(237,99,149); }
div.DivClassName
{
background-color: #ED6395;
}
.BgClassName
{
background-color: #ED6395;
}
</style>
border-color css
<style>
span { border-color: #ED6395; }
span { border-color: rgb(237,99,149); }
td.TdClassName
{
border-color: #ED6395;
}
.TagClassName
{
border-color: #ED6395;
}
</style>