Shades of Deep Blush #ED6896
Tints of Deep Blush #ED6896
RGB
CMYK
RGB Variations
Color information
#ED6896 (or 0xED6896) is known color: Deep Blush. HEX triplet: ED, 68 and 96. RGB value is (237,104,150). Sum of RGB (Red+Green+Blue) = 237+104+150=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6896 is #129769. Grayscale: #949494. Windows color (decimal): -1218410 or 9857261. OLE color: 9857261.
HSL color Cylindrical-coordinate representation of color #ED6896: hue angle of 339.25º 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 #ED6896 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 150 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.07 |
| HSL | 339.25º | 0.79% | 0.67% | - |
| HSV(B) | 339.25º | 0.56% | 0.93% | - |
| XYZ | 45.38 | 30.11 | 32.27 | - |
| YUV | 149.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 150 | 0 | 0.56 | 0.37 | 0.07 | 339.25 | 0.79 | 0.67 |
| Hex | ED | 68 | 96 | 0 | 38 | 25 | 7 | 153 | 4F | 43 |
| Octal | 355 | 150 | 226 | 0 | 70 | 45 | 7 | 523 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10010110 | 0 | 111000 | 100101 | 111 | 101010011 | 1001111 | 1000011 |
Color Harmonies of #ED6896
Complementary color
Monochromatic Colors of #ED6896
Black with #ED6896
Text Example
Text Example
White with #ED6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6896; }
p { color: rgb(237,104,150); }
H1.HeaderClassName
{
color: #ED6896;
}
.AnyTagClassName
{
color: #ED6896;
}
</style>
background-color css
<style>
a { background-color: #ED6896; }
a { background-color: rgb(237,104,150); }
div.DivClassName
{
background-color: #ED6896;
}
.BgClassName
{
background-color: #ED6896;
}
</style>
border-color css
<style>
span { border-color: #ED6896; }
span { border-color: rgb(237,104,150); }
td.TdClassName
{
border-color: #ED6896;
}
.TagClassName
{
border-color: #ED6896;
}
</style>