Shades of Deep Blush #ED648D
Tints of Deep Blush #ED648D
RGB
CMYK
RGB Variations
Color information
#ED648D (or 0xED648D) is known color: Deep Blush. HEX triplet: ED, 64 and 8D. RGB value is (237,100,141). Sum of RGB (Red+Green+Blue) = 237+100+141=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED648D is #129B72. Grayscale: #919191. Windows color (decimal): -1219443 or 9266413. OLE color: 9266413.
HSL color Cylindrical-coordinate representation of color #ED648D: hue angle of 342.04º 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 #ED648D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 141 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.07 |
| HSL | 342.04º | 0.79% | 0.66% | - |
| HSV(B) | 342.04º | 0.58% | 0.93% | - |
| XYZ | 44.29 | 29.04 | 28.47 | - |
| YUV | 145.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 141 | 0 | 0.58 | 0.41 | 0.07 | 342.04 | 0.79 | 0.66 |
| Hex | ED | 64 | 8D | 0 | 3A | 29 | 7 | 156 | 4F | 42 |
| Octal | 355 | 144 | 215 | 0 | 72 | 51 | 7 | 526 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10001101 | 0 | 111010 | 101001 | 111 | 101010110 | 1001111 | 1000010 |
Color Harmonies of #ED648D
Complementary color
Monochromatic Colors of #ED648D
Black with #ED648D
Text Example
Text Example
White with #ED648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED648D; }
p { color: rgb(237,100,141); }
H1.HeaderClassName
{
color: #ED648D;
}
.AnyTagClassName
{
color: #ED648D;
}
</style>
background-color css
<style>
a { background-color: #ED648D; }
a { background-color: rgb(237,100,141); }
div.DivClassName
{
background-color: #ED648D;
}
.BgClassName
{
background-color: #ED648D;
}
</style>
border-color css
<style>
span { border-color: #ED648D; }
span { border-color: rgb(237,100,141); }
td.TdClassName
{
border-color: #ED648D;
}
.TagClassName
{
border-color: #ED648D;
}
</style>