Shades of Deep Blush #EA6287
Tints of Deep Blush #EA6287
RGB
CMYK
RGB Variations
Color information
#EA6287 (or 0xEA6287) is known color: Deep Blush. HEX triplet: EA, 62 and 87. RGB value is (234,98,135). Sum of RGB (Red+Green+Blue) = 234+98+135=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6287 is #159D78. Grayscale: #8E8E8E. Windows color (decimal): -1416569 or 8872682. OLE color: 8872682.
HSL color Cylindrical-coordinate representation of color #EA6287: hue angle of 343.68º 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 #EA6287 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 135 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.08 |
| HSL | 343.68º | 0.76% | 0.65% | - |
| HSV(B) | 343.68º | 0.58% | 0.92% | - |
| XYZ | 42.67 | 27.98 | 26.07 | - |
| YUV | 142.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 135 | 0 | 0.58 | 0.42 | 0.08 | 343.68 | 0.76 | 0.65 |
| Hex | EA | 62 | 87 | 0 | 3A | 2A | 8 | 158 | 4C | 41 |
| Octal | 352 | 142 | 207 | 0 | 72 | 52 | 10 | 530 | 114 | 101 |
| Binary | 11101010 | 1100010 | 10000111 | 0 | 111010 | 101010 | 1000 | 101011000 | 1001100 | 1000001 |
Color Harmonies of #EA6287
Complementary color
Monochromatic Colors of #EA6287
Black with #EA6287
Text Example
Text Example
White with #EA6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6287; }
p { color: rgb(234,98,135); }
H1.HeaderClassName
{
color: #EA6287;
}
.AnyTagClassName
{
color: #EA6287;
}
</style>
background-color css
<style>
a { background-color: #EA6287; }
a { background-color: rgb(234,98,135); }
div.DivClassName
{
background-color: #EA6287;
}
.BgClassName
{
background-color: #EA6287;
}
</style>
border-color css
<style>
span { border-color: #EA6287; }
span { border-color: rgb(234,98,135); }
td.TdClassName
{
border-color: #EA6287;
}
.TagClassName
{
border-color: #EA6287;
}
</style>