Shades of Deep Blush #EA678F
Tints of Deep Blush #EA678F
RGB
CMYK
RGB Variations
Color information
#EA678F (or 0xEA678F) is known color: Deep Blush. HEX triplet: EA, 67 and 8F. RGB value is (234,103,143). Sum of RGB (Red+Green+Blue) = 234+103+143=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA678F is #159870. Grayscale: #929292. Windows color (decimal): -1415281 or 9398250. OLE color: 9398250.
HSL color Cylindrical-coordinate representation of color #EA678F: hue angle of 341.68º 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 #EA678F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 143 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.08 |
| HSL | 341.68º | 0.76% | 0.66% | - |
| HSV(B) | 341.68º | 0.56% | 0.92% | - |
| XYZ | 43.74 | 29.18 | 29.31 | - |
| YUV | 146.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 143 | 0 | 0.56 | 0.39 | 0.08 | 341.68 | 0.76 | 0.66 |
| Hex | EA | 67 | 8F | 0 | 38 | 27 | 8 | 156 | 4C | 42 |
| Octal | 352 | 147 | 217 | 0 | 70 | 47 | 10 | 526 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10001111 | 0 | 111000 | 100111 | 1000 | 101010110 | 1001100 | 1000010 |
Color Harmonies of #EA678F
Complementary color
Monochromatic Colors of #EA678F
Black with #EA678F
Text Example
Text Example
White with #EA678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA678F; }
p { color: rgb(234,103,143); }
H1.HeaderClassName
{
color: #EA678F;
}
.AnyTagClassName
{
color: #EA678F;
}
</style>
background-color css
<style>
a { background-color: #EA678F; }
a { background-color: rgb(234,103,143); }
div.DivClassName
{
background-color: #EA678F;
}
.BgClassName
{
background-color: #EA678F;
}
</style>
border-color css
<style>
span { border-color: #EA678F; }
span { border-color: rgb(234,103,143); }
td.TdClassName
{
border-color: #EA678F;
}
.TagClassName
{
border-color: #EA678F;
}
</style>