Shades of Deep Blush #ED648E
Tints of Deep Blush #ED648E
RGB
CMYK
RGB Variations
Color information
#ED648E (or 0xED648E) is known color: Deep Blush. HEX triplet: ED, 64 and 8E. RGB value is (237,100,142). Sum of RGB (Red+Green+Blue) = 237+100+142=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED648E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED648E is #129B71. Grayscale: #919191. Windows color (decimal): -1219442 or 9331949. OLE color: 9331949.
HSL color Cylindrical-coordinate representation of color #ED648E: hue angle of 341.61º 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 #ED648E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 142 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.07 |
| HSL | 341.61º | 0.79% | 0.66% | - |
| HSV(B) | 341.61º | 0.58% | 0.93% | - |
| XYZ | 44.36 | 29.07 | 28.86 | - |
| YUV | 145.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 142 | 0 | 0.58 | 0.40 | 0.07 | 341.61 | 0.79 | 0.66 |
| Hex | ED | 64 | 8E | 0 | 3A | 28 | 7 | 156 | 4F | 42 |
| Octal | 355 | 144 | 216 | 0 | 72 | 50 | 7 | 526 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10001110 | 0 | 111010 | 101000 | 111 | 101010110 | 1001111 | 1000010 |
Color Harmonies of #ED648E
Complementary color
Monochromatic Colors of #ED648E
Black with #ED648E
Text Example
Text Example
White with #ED648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED648E; }
p { color: rgb(237,100,142); }
H1.HeaderClassName
{
color: #ED648E;
}
.AnyTagClassName
{
color: #ED648E;
}
</style>
background-color css
<style>
a { background-color: #ED648E; }
a { background-color: rgb(237,100,142); }
div.DivClassName
{
background-color: #ED648E;
}
.BgClassName
{
background-color: #ED648E;
}
</style>
border-color css
<style>
span { border-color: #ED648E; }
span { border-color: rgb(237,100,142); }
td.TdClassName
{
border-color: #ED648E;
}
.TagClassName
{
border-color: #ED648E;
}
</style>