Shades of Deep Blush #EA6385
Tints of Deep Blush #EA6385
RGB
CMYK
RGB Variations
Color information
#EA6385 (or 0xEA6385) is known color: Deep Blush. HEX triplet: EA, 63 and 85. RGB value is (234,99,133). Sum of RGB (Red+Green+Blue) = 234+99+133=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6385 is #159C7A. Grayscale: #8F8F8F. Windows color (decimal): -1416315 or 8741866. OLE color: 8741866.
HSL color Cylindrical-coordinate representation of color #EA6385: hue angle of 344.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6385 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 133 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.08 |
| HSL | 344.89º | 0.76% | 0.65% | - |
| HSV(B) | 344.89º | 0.58% | 0.92% | - |
| XYZ | 42.63 | 28.11 | 25.37 | - |
| YUV | 143.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 133 | 0 | 0.58 | 0.43 | 0.08 | 344.89 | 0.76 | 0.65 |
| Hex | EA | 63 | 85 | 0 | 3A | 2B | 8 | 159 | 4C | 41 |
| Octal | 352 | 143 | 205 | 0 | 72 | 53 | 10 | 531 | 114 | 101 |
| Binary | 11101010 | 1100011 | 10000101 | 0 | 111010 | 101011 | 1000 | 101011001 | 1001100 | 1000001 |
Color Harmonies of #EA6385
Complementary color
Monochromatic Colors of #EA6385
Black with #EA6385
Text Example
Text Example
White with #EA6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6385; }
p { color: rgb(234,99,133); }
H1.HeaderClassName
{
color: #EA6385;
}
.AnyTagClassName
{
color: #EA6385;
}
</style>
background-color css
<style>
a { background-color: #EA6385; }
a { background-color: rgb(234,99,133); }
div.DivClassName
{
background-color: #EA6385;
}
.BgClassName
{
background-color: #EA6385;
}
</style>
border-color css
<style>
span { border-color: #EA6385; }
span { border-color: rgb(234,99,133); }
td.TdClassName
{
border-color: #EA6385;
}
.TagClassName
{
border-color: #EA6385;
}
</style>