Shades of Deep Blush #EA7683
Tints of Deep Blush #EA7683
RGB
CMYK
RGB Variations
Color information
#EA7683 (or 0xEA7683) is known color: Deep Blush. HEX triplet: EA, 76 and 83. RGB value is (234,118,131). Sum of RGB (Red+Green+Blue) = 234+118+131=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7683 is #15897C. Grayscale: #9A9A9A. Windows color (decimal): -1411453 or 8615658. OLE color: 8615658.
HSL color Cylindrical-coordinate representation of color #EA7683: hue angle of 353.28º 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 #EA7683 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 131 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.08 |
| HSL | 353.28º | 0.73% | 0.69% | - |
| HSV(B) | 353.28º | 0.5% | 0.92% | - |
| XYZ | 44.51 | 32.09 | 25.32 | - |
| YUV | 154.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 131 | 0 | 0.50 | 0.44 | 0.08 | 353.28 | 0.73 | 0.69 |
| Hex | EA | 76 | 83 | 0 | 32 | 2C | 8 | 161 | 49 | 45 |
| Octal | 352 | 166 | 203 | 0 | 62 | 54 | 10 | 541 | 111 | 105 |
| Binary | 11101010 | 1110110 | 10000011 | 0 | 110010 | 101100 | 1000 | 101100001 | 1001001 | 1000101 |
Color Harmonies of #EA7683
Complementary color
Monochromatic Colors of #EA7683
Black with #EA7683
Text Example
Text Example
White with #EA7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7683; }
p { color: rgb(234,118,131); }
H1.HeaderClassName
{
color: #EA7683;
}
.AnyTagClassName
{
color: #EA7683;
}
</style>
background-color css
<style>
a { background-color: #EA7683; }
a { background-color: rgb(234,118,131); }
div.DivClassName
{
background-color: #EA7683;
}
.BgClassName
{
background-color: #EA7683;
}
</style>
border-color css
<style>
span { border-color: #EA7683; }
span { border-color: rgb(234,118,131); }
td.TdClassName
{
border-color: #EA7683;
}
.TagClassName
{
border-color: #EA7683;
}
</style>