Shades of Deep Blush #EA657F
Tints of Deep Blush #EA657F
RGB
CMYK
RGB Variations
Color information
#EA657F (or 0xEA657F) is known color: Deep Blush. HEX triplet: EA, 65 and 7F. RGB value is (234,101,127). Sum of RGB (Red+Green+Blue) = 234+101+127=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA657F is #159A80. Grayscale: #8F8F8F. Windows color (decimal): -1415809 or 8349162. OLE color: 8349162.
HSL color Cylindrical-coordinate representation of color #EA657F: hue angle of 348.27º 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 #EA657F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 127 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.08 |
| HSL | 348.27º | 0.76% | 0.66% | - |
| HSV(B) | 348.27º | 0.57% | 0.92% | - |
| XYZ | 42.42 | 28.33 | 23.31 | - |
| YUV | 143.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 127 | 0 | 0.57 | 0.46 | 0.08 | 348.27 | 0.76 | 0.66 |
| Hex | EA | 65 | 7F | 0 | 39 | 2E | 8 | 15C | 4C | 42 |
| Octal | 352 | 145 | 177 | 0 | 71 | 56 | 10 | 534 | 114 | 102 |
| Binary | 11101010 | 1100101 | 1111111 | 0 | 111001 | 101110 | 1000 | 101011100 | 1001100 | 1000010 |
Color Harmonies of #EA657F
Complementary color
Monochromatic Colors of #EA657F
Black with #EA657F
Text Example
Text Example
White with #EA657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA657F; }
p { color: rgb(234,101,127); }
H1.HeaderClassName
{
color: #EA657F;
}
.AnyTagClassName
{
color: #EA657F;
}
</style>
background-color css
<style>
a { background-color: #EA657F; }
a { background-color: rgb(234,101,127); }
div.DivClassName
{
background-color: #EA657F;
}
.BgClassName
{
background-color: #EA657F;
}
</style>
border-color css
<style>
span { border-color: #EA657F; }
span { border-color: rgb(234,101,127); }
td.TdClassName
{
border-color: #EA657F;
}
.TagClassName
{
border-color: #EA657F;
}
</style>