Shades of Deep Blush #EA6D8D
Tints of Deep Blush #EA6D8D
RGB
CMYK
RGB Variations
Color information
#EA6D8D (or 0xEA6D8D) is known color: Deep Blush. HEX triplet: EA, 6D and 8D. RGB value is (234,109,141). Sum of RGB (Red+Green+Blue) = 234+109+141=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D8D is #159272. Grayscale: #969696. Windows color (decimal): -1413747 or 9268714. OLE color: 9268714.
HSL color Cylindrical-coordinate representation of color #EA6D8D: hue angle of 344.64º 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 #EA6D8D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 141 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.08 |
| HSL | 344.64º | 0.75% | 0.67% | - |
| HSV(B) | 344.64º | 0.53% | 0.92% | - |
| XYZ | 44.21 | 30.35 | 28.73 | - |
| YUV | 150.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 141 | 0 | 0.53 | 0.40 | 0.08 | 344.64 | 0.75 | 0.67 |
| Hex | EA | 6D | 8D | 0 | 35 | 28 | 8 | 159 | 4B | 43 |
| Octal | 352 | 155 | 215 | 0 | 65 | 50 | 10 | 531 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10001101 | 0 | 110101 | 101000 | 1000 | 101011001 | 1001011 | 1000011 |
Color Harmonies of #EA6D8D
Complementary color
Monochromatic Colors of #EA6D8D
Black with #EA6D8D
Text Example
Text Example
White with #EA6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D8D; }
p { color: rgb(234,109,141); }
H1.HeaderClassName
{
color: #EA6D8D;
}
.AnyTagClassName
{
color: #EA6D8D;
}
</style>
background-color css
<style>
a { background-color: #EA6D8D; }
a { background-color: rgb(234,109,141); }
div.DivClassName
{
background-color: #EA6D8D;
}
.BgClassName
{
background-color: #EA6D8D;
}
</style>
border-color css
<style>
span { border-color: #EA6D8D; }
span { border-color: rgb(234,109,141); }
td.TdClassName
{
border-color: #EA6D8D;
}
.TagClassName
{
border-color: #EA6D8D;
}
</style>