Shades of Deep Blush #EA6E8C
Tints of Deep Blush #EA6E8C
RGB
CMYK
RGB Variations
Color information
#EA6E8C (or 0xEA6E8C) is known color: Deep Blush. HEX triplet: EA, 6E and 8C. RGB value is (234,110,140). Sum of RGB (Red+Green+Blue) = 234+110+140=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6E8C is #159173. Grayscale: #969696. Windows color (decimal): -1413492 or 9203434. OLE color: 9203434.
HSL color Cylindrical-coordinate representation of color #EA6E8C: hue angle of 345.48º 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 #EA6E8C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 140 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.08 |
| HSL | 345.48º | 0.75% | 0.67% | - |
| HSV(B) | 345.48º | 0.53% | 0.92% | - |
| XYZ | 44.24 | 30.54 | 28.37 | - |
| YUV | 150.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 140 | 0 | 0.53 | 0.40 | 0.08 | 345.48 | 0.75 | 0.67 |
| Hex | EA | 6E | 8C | 0 | 35 | 28 | 8 | 159 | 4B | 43 |
| Octal | 352 | 156 | 214 | 0 | 65 | 50 | 10 | 531 | 113 | 103 |
| Binary | 11101010 | 1101110 | 10001100 | 0 | 110101 | 101000 | 1000 | 101011001 | 1001011 | 1000011 |
Color Harmonies of #EA6E8C
Complementary color
Monochromatic Colors of #EA6E8C
Black with #EA6E8C
Text Example
Text Example
White with #EA6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E8C; }
p { color: rgb(234,110,140); }
H1.HeaderClassName
{
color: #EA6E8C;
}
.AnyTagClassName
{
color: #EA6E8C;
}
</style>
background-color css
<style>
a { background-color: #EA6E8C; }
a { background-color: rgb(234,110,140); }
div.DivClassName
{
background-color: #EA6E8C;
}
.BgClassName
{
background-color: #EA6E8C;
}
</style>
border-color css
<style>
span { border-color: #EA6E8C; }
span { border-color: rgb(234,110,140); }
td.TdClassName
{
border-color: #EA6E8C;
}
.TagClassName
{
border-color: #EA6E8C;
}
</style>