Shades of Deep Blush #EA7385
Tints of Deep Blush #EA7385
RGB
CMYK
RGB Variations
Color information
#EA7385 (or 0xEA7385) is known color: Deep Blush. HEX triplet: EA, 73 and 85. RGB value is (234,115,133). Sum of RGB (Red+Green+Blue) = 234+115+133=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7385 is #158C7A. Grayscale: #989898. Windows color (decimal): -1412219 or 8745962. OLE color: 8745962.
HSL color Cylindrical-coordinate representation of color #EA7385: hue angle of 350.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7385 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 133 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.08 |
| HSL | 350.92º | 0.74% | 0.68% | - |
| HSV(B) | 350.92º | 0.51% | 0.92% | - |
| XYZ | 44.3 | 31.45 | 25.93 | - |
| YUV | 152.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 133 | 0 | 0.51 | 0.43 | 0.08 | 350.92 | 0.74 | 0.68 |
| Hex | EA | 73 | 85 | 0 | 33 | 2B | 8 | 15F | 4A | 44 |
| Octal | 352 | 163 | 205 | 0 | 63 | 53 | 10 | 537 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10000101 | 0 | 110011 | 101011 | 1000 | 101011111 | 1001010 | 1000100 |
Color Harmonies of #EA7385
Complementary color
Monochromatic Colors of #EA7385
Black with #EA7385
Text Example
Text Example
White with #EA7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7385; }
p { color: rgb(234,115,133); }
H1.HeaderClassName
{
color: #EA7385;
}
.AnyTagClassName
{
color: #EA7385;
}
</style>
background-color css
<style>
a { background-color: #EA7385; }
a { background-color: rgb(234,115,133); }
div.DivClassName
{
background-color: #EA7385;
}
.BgClassName
{
background-color: #EA7385;
}
</style>
border-color css
<style>
span { border-color: #EA7385; }
span { border-color: rgb(234,115,133); }
td.TdClassName
{
border-color: #EA7385;
}
.TagClassName
{
border-color: #EA7385;
}
</style>