Shades of Deep Blush #EA6C83
Tints of Deep Blush #EA6C83
RGB
CMYK
RGB Variations
Color information
#EA6C83 (or 0xEA6C83) is known color: Deep Blush. HEX triplet: EA, 6C and 83. RGB value is (234,108,131). Sum of RGB (Red+Green+Blue) = 234+108+131=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C83 is #15937C. Grayscale: #949494. Windows color (decimal): -1414013 or 8613098. OLE color: 8613098.
HSL color Cylindrical-coordinate representation of color #EA6C83: hue angle of 349.05º 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 #EA6C83 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 131 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.08 |
| HSL | 349.05º | 0.75% | 0.67% | - |
| HSV(B) | 349.05º | 0.54% | 0.92% | - |
| XYZ | 43.39 | 29.86 | 24.95 | - |
| YUV | 148.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 131 | 0 | 0.54 | 0.44 | 0.08 | 349.05 | 0.75 | 0.67 |
| Hex | EA | 6C | 83 | 0 | 36 | 2C | 8 | 15D | 4B | 43 |
| Octal | 352 | 154 | 203 | 0 | 66 | 54 | 10 | 535 | 113 | 103 |
| Binary | 11101010 | 1101100 | 10000011 | 0 | 110110 | 101100 | 1000 | 101011101 | 1001011 | 1000011 |
Color Harmonies of #EA6C83
Complementary color
Monochromatic Colors of #EA6C83
Black with #EA6C83
Text Example
Text Example
White with #EA6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C83; }
p { color: rgb(234,108,131); }
H1.HeaderClassName
{
color: #EA6C83;
}
.AnyTagClassName
{
color: #EA6C83;
}
</style>
background-color css
<style>
a { background-color: #EA6C83; }
a { background-color: rgb(234,108,131); }
div.DivClassName
{
background-color: #EA6C83;
}
.BgClassName
{
background-color: #EA6C83;
}
</style>
border-color css
<style>
span { border-color: #EA6C83; }
span { border-color: rgb(234,108,131); }
td.TdClassName
{
border-color: #EA6C83;
}
.TagClassName
{
border-color: #EA6C83;
}
</style>