Shades of Deep Blush #EA698F
Tints of Deep Blush #EA698F
RGB
CMYK
RGB Variations
Color information
#EA698F (or 0xEA698F) is known color: Deep Blush. HEX triplet: EA, 69 and 8F. RGB value is (234,105,143). Sum of RGB (Red+Green+Blue) = 234+105+143=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA698F is #159670. Grayscale: #939393. Windows color (decimal): -1414769 or 9398762. OLE color: 9398762.
HSL color Cylindrical-coordinate representation of color #EA698F: hue angle of 342.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA698F is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 143 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.08 |
| HSL | 342.33º | 0.75% | 0.66% | - |
| HSV(B) | 342.33º | 0.55% | 0.92% | - |
| XYZ | 43.94 | 29.58 | 29.38 | - |
| YUV | 147.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 143 | 0 | 0.55 | 0.39 | 0.08 | 342.33 | 0.75 | 0.66 |
| Hex | EA | 69 | 8F | 0 | 37 | 27 | 8 | 156 | 4B | 42 |
| Octal | 352 | 151 | 217 | 0 | 67 | 47 | 10 | 526 | 113 | 102 |
| Binary | 11101010 | 1101001 | 10001111 | 0 | 110111 | 100111 | 1000 | 101010110 | 1001011 | 1000010 |
Color Harmonies of #EA698F
Complementary color
Monochromatic Colors of #EA698F
Black with #EA698F
Text Example
Text Example
White with #EA698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA698F; }
p { color: rgb(234,105,143); }
H1.HeaderClassName
{
color: #EA698F;
}
.AnyTagClassName
{
color: #EA698F;
}
</style>
background-color css
<style>
a { background-color: #EA698F; }
a { background-color: rgb(234,105,143); }
div.DivClassName
{
background-color: #EA698F;
}
.BgClassName
{
background-color: #EA698F;
}
</style>
border-color css
<style>
span { border-color: #EA698F; }
span { border-color: rgb(234,105,143); }
td.TdClassName
{
border-color: #EA698F;
}
.TagClassName
{
border-color: #EA698F;
}
</style>