Shades of Deep Blush #ED6694
Tints of Deep Blush #ED6694
RGB
CMYK
RGB Variations
Color information
#ED6694 (or 0xED6694) is known color: Deep Blush. HEX triplet: ED, 66 and 94. RGB value is (237,102,148). Sum of RGB (Red+Green+Blue) = 237+102+148=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6694 is #12996B. Grayscale: #939393. Windows color (decimal): -1218924 or 9725677. OLE color: 9725677.
HSL color Cylindrical-coordinate representation of color #ED6694: hue angle of 339.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6694 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 148 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.07 |
| HSL | 339.56º | 0.79% | 0.66% | - |
| HSV(B) | 339.56º | 0.57% | 0.93% | - |
| XYZ | 45.02 | 29.65 | 31.37 | - |
| YUV | 147.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 148 | 0 | 0.57 | 0.38 | 0.07 | 339.56 | 0.79 | 0.66 |
| Hex | ED | 66 | 94 | 0 | 39 | 26 | 7 | 154 | 4F | 42 |
| Octal | 355 | 146 | 224 | 0 | 71 | 46 | 7 | 524 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10010100 | 0 | 111001 | 100110 | 111 | 101010100 | 1001111 | 1000010 |
Color Harmonies of #ED6694
Complementary color
Monochromatic Colors of #ED6694
Black with #ED6694
Text Example
Text Example
White with #ED6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6694; }
p { color: rgb(237,102,148); }
H1.HeaderClassName
{
color: #ED6694;
}
.AnyTagClassName
{
color: #ED6694;
}
</style>
background-color css
<style>
a { background-color: #ED6694; }
a { background-color: rgb(237,102,148); }
div.DivClassName
{
background-color: #ED6694;
}
.BgClassName
{
background-color: #ED6694;
}
</style>
border-color css
<style>
span { border-color: #ED6694; }
span { border-color: rgb(237,102,148); }
td.TdClassName
{
border-color: #ED6694;
}
.TagClassName
{
border-color: #ED6694;
}
</style>