Shades of Deep Blush #EA658F
Tints of Deep Blush #EA658F
RGB
CMYK
RGB Variations
Color information
#EA658F (or 0xEA658F) is known color: Deep Blush. HEX triplet: EA, 65 and 8F. RGB value is (234,101,143). Sum of RGB (Red+Green+Blue) = 234+101+143=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA658F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA658F is #159A70. Grayscale: #919191. Windows color (decimal): -1415793 or 9397738. OLE color: 9397738.
HSL color Cylindrical-coordinate representation of color #EA658F: hue angle of 341.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA658F is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 143 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.08 |
| HSL | 341.05º | 0.76% | 0.66% | - |
| HSV(B) | 341.05º | 0.57% | 0.92% | - |
| XYZ | 43.54 | 28.78 | 29.25 | - |
| YUV | 145.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 143 | 0 | 0.57 | 0.39 | 0.08 | 341.05 | 0.76 | 0.66 |
| Hex | EA | 65 | 8F | 0 | 39 | 27 | 8 | 155 | 4C | 42 |
| Octal | 352 | 145 | 217 | 0 | 71 | 47 | 10 | 525 | 114 | 102 |
| Binary | 11101010 | 1100101 | 10001111 | 0 | 111001 | 100111 | 1000 | 101010101 | 1001100 | 1000010 |
Color Harmonies of #EA658F
Complementary color
Monochromatic Colors of #EA658F
Black with #EA658F
Text Example
Text Example
White with #EA658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA658F; }
p { color: rgb(234,101,143); }
H1.HeaderClassName
{
color: #EA658F;
}
.AnyTagClassName
{
color: #EA658F;
}
</style>
background-color css
<style>
a { background-color: #EA658F; }
a { background-color: rgb(234,101,143); }
div.DivClassName
{
background-color: #EA658F;
}
.BgClassName
{
background-color: #EA658F;
}
</style>
border-color css
<style>
span { border-color: #EA658F; }
span { border-color: rgb(234,101,143); }
td.TdClassName
{
border-color: #EA658F;
}
.TagClassName
{
border-color: #EA658F;
}
</style>