Shades of Deep Blush #EA6C92
Tints of Deep Blush #EA6C92
RGB
CMYK
RGB Variations
Color information
#EA6C92 (or 0xEA6C92) is known color: Deep Blush. HEX triplet: EA, 6C and 92. RGB value is (234,108,146). Sum of RGB (Red+Green+Blue) = 234+108+146=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C92 is #15936D. Grayscale: #959595. Windows color (decimal): -1413998 or 9596138. OLE color: 9596138.
HSL color Cylindrical-coordinate representation of color #EA6C92: hue angle of 341.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6C92 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 146 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.08 |
| HSL | 341.9º | 0.75% | 0.67% | - |
| HSV(B) | 341.9º | 0.54% | 0.92% | - |
| XYZ | 44.48 | 30.29 | 30.7 | - |
| YUV | 150.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 146 | 0 | 0.54 | 0.38 | 0.08 | 341.9 | 0.75 | 0.67 |
| Hex | EA | 6C | 92 | 0 | 36 | 26 | 8 | 156 | 4B | 43 |
| Octal | 352 | 154 | 222 | 0 | 66 | 46 | 10 | 526 | 113 | 103 |
| Binary | 11101010 | 1101100 | 10010010 | 0 | 110110 | 100110 | 1000 | 101010110 | 1001011 | 1000011 |
Color Harmonies of #EA6C92
Complementary color
Monochromatic Colors of #EA6C92
Black with #EA6C92
Text Example
Text Example
White with #EA6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C92; }
p { color: rgb(234,108,146); }
H1.HeaderClassName
{
color: #EA6C92;
}
.AnyTagClassName
{
color: #EA6C92;
}
</style>
background-color css
<style>
a { background-color: #EA6C92; }
a { background-color: rgb(234,108,146); }
div.DivClassName
{
background-color: #EA6C92;
}
.BgClassName
{
background-color: #EA6C92;
}
</style>
border-color css
<style>
span { border-color: #EA6C92; }
span { border-color: rgb(234,108,146); }
td.TdClassName
{
border-color: #EA6C92;
}
.TagClassName
{
border-color: #EA6C92;
}
</style>