Shades of Deep Blush #EA6D82
Tints of Deep Blush #EA6D82
RGB
CMYK
RGB Variations
Color information
#EA6D82 (or 0xEA6D82) is known color: Deep Blush. HEX triplet: EA, 6D and 82. RGB value is (234,109,130). Sum of RGB (Red+Green+Blue) = 234+109+130=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D82 is #15927D. Grayscale: #949494. Windows color (decimal): -1413758 or 8547818. OLE color: 8547818.
HSL color Cylindrical-coordinate representation of color #EA6D82: hue angle of 349.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6D82 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 130 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.08 |
| HSL | 349.92º | 0.75% | 0.67% | - |
| HSV(B) | 349.92º | 0.53% | 0.92% | - |
| XYZ | 43.43 | 30.04 | 24.63 | - |
| YUV | 148.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 130 | 0 | 0.53 | 0.44 | 0.08 | 349.92 | 0.75 | 0.67 |
| Hex | EA | 6D | 82 | 0 | 35 | 2C | 8 | 15E | 4B | 43 |
| Octal | 352 | 155 | 202 | 0 | 65 | 54 | 10 | 536 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10000010 | 0 | 110101 | 101100 | 1000 | 101011110 | 1001011 | 1000011 |
Color Harmonies of #EA6D82
Complementary color
Monochromatic Colors of #EA6D82
Black with #EA6D82
Text Example
Text Example
White with #EA6D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D82; }
p { color: rgb(234,109,130); }
H1.HeaderClassName
{
color: #EA6D82;
}
.AnyTagClassName
{
color: #EA6D82;
}
</style>
background-color css
<style>
a { background-color: #EA6D82; }
a { background-color: rgb(234,109,130); }
div.DivClassName
{
background-color: #EA6D82;
}
.BgClassName
{
background-color: #EA6D82;
}
</style>
border-color css
<style>
span { border-color: #EA6D82; }
span { border-color: rgb(234,109,130); }
td.TdClassName
{
border-color: #EA6D82;
}
.TagClassName
{
border-color: #EA6D82;
}
</style>