Shades of Deep Blush #EA667F
Tints of Deep Blush #EA667F
RGB
CMYK
RGB Variations
Color information
#EA667F (or 0xEA667F) is known color: Deep Blush. HEX triplet: EA, 66 and 7F. RGB value is (234,102,127). Sum of RGB (Red+Green+Blue) = 234+102+127=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA667F is #159980. Grayscale: #909090. Windows color (decimal): -1415553 or 8349418. OLE color: 8349418.
HSL color Cylindrical-coordinate representation of color #EA667F: hue angle of 348.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA667F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 127 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.08 |
| HSL | 348.64º | 0.76% | 0.66% | - |
| HSV(B) | 348.64º | 0.56% | 0.92% | - |
| XYZ | 42.51 | 28.53 | 23.34 | - |
| YUV | 144.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 127 | 0 | 0.56 | 0.46 | 0.08 | 348.64 | 0.76 | 0.66 |
| Hex | EA | 66 | 7F | 0 | 38 | 2E | 8 | 15D | 4C | 42 |
| Octal | 352 | 146 | 177 | 0 | 70 | 56 | 10 | 535 | 114 | 102 |
| Binary | 11101010 | 1100110 | 1111111 | 0 | 111000 | 101110 | 1000 | 101011101 | 1001100 | 1000010 |
Color Harmonies of #EA667F
Complementary color
Monochromatic Colors of #EA667F
Black with #EA667F
Text Example
Text Example
White with #EA667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA667F; }
p { color: rgb(234,102,127); }
H1.HeaderClassName
{
color: #EA667F;
}
.AnyTagClassName
{
color: #EA667F;
}
</style>
background-color css
<style>
a { background-color: #EA667F; }
a { background-color: rgb(234,102,127); }
div.DivClassName
{
background-color: #EA667F;
}
.BgClassName
{
background-color: #EA667F;
}
</style>
border-color css
<style>
span { border-color: #EA667F; }
span { border-color: rgb(234,102,127); }
td.TdClassName
{
border-color: #EA667F;
}
.TagClassName
{
border-color: #EA667F;
}
</style>