Shades of Deep Blush #EA6A87
Tints of Deep Blush #EA6A87
RGB
CMYK
RGB Variations
Color information
#EA6A87 (or 0xEA6A87) is known color: Deep Blush. HEX triplet: EA, 6A and 87. RGB value is (234,106,135). Sum of RGB (Red+Green+Blue) = 234+106+135=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6A87 is #159578. Grayscale: #939393. Windows color (decimal): -1414521 or 8874730. OLE color: 8874730.
HSL color Cylindrical-coordinate representation of color #EA6A87: hue angle of 346.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6A87 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 135 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.08 |
| HSL | 346.41º | 0.75% | 0.67% | - |
| HSV(B) | 346.41º | 0.55% | 0.92% | - |
| XYZ | 43.46 | 29.55 | 26.33 | - |
| YUV | 147.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 135 | 0 | 0.55 | 0.42 | 0.08 | 346.41 | 0.75 | 0.67 |
| Hex | EA | 6A | 87 | 0 | 37 | 2A | 8 | 15A | 4B | 43 |
| Octal | 352 | 152 | 207 | 0 | 67 | 52 | 10 | 532 | 113 | 103 |
| Binary | 11101010 | 1101010 | 10000111 | 0 | 110111 | 101010 | 1000 | 101011010 | 1001011 | 1000011 |
Color Harmonies of #EA6A87
Complementary color
Monochromatic Colors of #EA6A87
Black with #EA6A87
Text Example
Text Example
White with #EA6A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A87; }
p { color: rgb(234,106,135); }
H1.HeaderClassName
{
color: #EA6A87;
}
.AnyTagClassName
{
color: #EA6A87;
}
</style>
background-color css
<style>
a { background-color: #EA6A87; }
a { background-color: rgb(234,106,135); }
div.DivClassName
{
background-color: #EA6A87;
}
.BgClassName
{
background-color: #EA6A87;
}
</style>
border-color css
<style>
span { border-color: #EA6A87; }
span { border-color: rgb(234,106,135); }
td.TdClassName
{
border-color: #EA6A87;
}
.TagClassName
{
border-color: #EA6A87;
}
</style>