Shades of Deep Blush #ED788A
Tints of Deep Blush #ED788A
RGB
CMYK
RGB Variations
Color information
#ED788A (or 0xED788A) is known color: Deep Blush. HEX triplet: ED, 78 and 8A. RGB value is (237,120,138). Sum of RGB (Red+Green+Blue) = 237+120+138=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788A is #128775. Grayscale: #9D9D9D. Windows color (decimal): -1214326 or 9074925. OLE color: 9074925.
HSL color Cylindrical-coordinate representation of color #ED788A: hue angle of 350.77º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED788A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 138 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.07 |
| HSL | 350.77º | 0.76% | 0.7% | - |
| HSV(B) | 350.77º | 0.49% | 0.93% | - |
| XYZ | 46.23 | 33.27 | 28.03 | - |
| YUV | 157.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 138 | 0 | 0.49 | 0.42 | 0.07 | 350.77 | 0.76 | 0.7 |
| Hex | ED | 78 | 8A | 0 | 31 | 2A | 7 | 15F | 4C | 46 |
| Octal | 355 | 170 | 212 | 0 | 61 | 52 | 7 | 537 | 114 | 106 |
| Binary | 11101101 | 1111000 | 10001010 | 0 | 110001 | 101010 | 111 | 101011111 | 1001100 | 1000110 |
Color Harmonies of #ED788A
Complementary color
Monochromatic Colors of #ED788A
Black with #ED788A
Text Example
Text Example
White with #ED788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED788A; }
p { color: rgb(237,120,138); }
H1.HeaderClassName
{
color: #ED788A;
}
.AnyTagClassName
{
color: #ED788A;
}
</style>
background-color css
<style>
a { background-color: #ED788A; }
a { background-color: rgb(237,120,138); }
div.DivClassName
{
background-color: #ED788A;
}
.BgClassName
{
background-color: #ED788A;
}
</style>
border-color css
<style>
span { border-color: #ED788A; }
span { border-color: rgb(237,120,138); }
td.TdClassName
{
border-color: #ED788A;
}
.TagClassName
{
border-color: #ED788A;
}
</style>