Shades of Deep Blush #EA768D
Tints of Deep Blush #EA768D
RGB
CMYK
RGB Variations
Color information
#EA768D (or 0xEA768D) is known color: Deep Blush. HEX triplet: EA, 76 and 8D. RGB value is (234,118,141). Sum of RGB (Red+Green+Blue) = 234+118+141=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA768D is #158972. Grayscale: #9B9B9B. Windows color (decimal): -1411443 or 9271018. OLE color: 9271018.
HSL color Cylindrical-coordinate representation of color #EA768D: hue angle of 348.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA768D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 141 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.08 |
| HSL | 348.1º | 0.73% | 0.69% | - |
| HSV(B) | 348.1º | 0.5% | 0.92% | - |
| XYZ | 45.22 | 32.37 | 29.06 | - |
| YUV | 155.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 141 | 0 | 0.50 | 0.40 | 0.08 | 348.1 | 0.73 | 0.69 |
| Hex | EA | 76 | 8D | 0 | 32 | 28 | 8 | 15C | 49 | 45 |
| Octal | 352 | 166 | 215 | 0 | 62 | 50 | 10 | 534 | 111 | 105 |
| Binary | 11101010 | 1110110 | 10001101 | 0 | 110010 | 101000 | 1000 | 101011100 | 1001001 | 1000101 |
Color Harmonies of #EA768D
Complementary color
Monochromatic Colors of #EA768D
Black with #EA768D
Text Example
Text Example
White with #EA768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA768D; }
p { color: rgb(234,118,141); }
H1.HeaderClassName
{
color: #EA768D;
}
.AnyTagClassName
{
color: #EA768D;
}
</style>
background-color css
<style>
a { background-color: #EA768D; }
a { background-color: rgb(234,118,141); }
div.DivClassName
{
background-color: #EA768D;
}
.BgClassName
{
background-color: #EA768D;
}
</style>
border-color css
<style>
span { border-color: #EA768D; }
span { border-color: rgb(234,118,141); }
td.TdClassName
{
border-color: #EA768D;
}
.TagClassName
{
border-color: #EA768D;
}
</style>