Shades of Deep Blush #EA6B83
Tints of Deep Blush #EA6B83
RGB
CMYK
RGB Variations
Color information
#EA6B83 (or 0xEA6B83) is known color: Deep Blush. HEX triplet: EA, 6B and 83. RGB value is (234,107,131). Sum of RGB (Red+Green+Blue) = 234+107+131=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6B83 is #15947C. Grayscale: #939393. Windows color (decimal): -1414269 or 8612842. OLE color: 8612842.
HSL color Cylindrical-coordinate representation of color #EA6B83: hue angle of 348.66º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6B83 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 131 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.08 |
| HSL | 348.66º | 0.75% | 0.67% | - |
| HSV(B) | 348.66º | 0.54% | 0.92% | - |
| XYZ | 43.29 | 29.65 | 24.91 | - |
| YUV | 147.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 131 | 0 | 0.54 | 0.44 | 0.08 | 348.66 | 0.75 | 0.67 |
| Hex | EA | 6B | 83 | 0 | 36 | 2C | 8 | 15D | 4B | 43 |
| Octal | 352 | 153 | 203 | 0 | 66 | 54 | 10 | 535 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10000011 | 0 | 110110 | 101100 | 1000 | 101011101 | 1001011 | 1000011 |
Color Harmonies of #EA6B83
Complementary color
Monochromatic Colors of #EA6B83
Black with #EA6B83
Text Example
Text Example
White with #EA6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B83; }
p { color: rgb(234,107,131); }
H1.HeaderClassName
{
color: #EA6B83;
}
.AnyTagClassName
{
color: #EA6B83;
}
</style>
background-color css
<style>
a { background-color: #EA6B83; }
a { background-color: rgb(234,107,131); }
div.DivClassName
{
background-color: #EA6B83;
}
.BgClassName
{
background-color: #EA6B83;
}
</style>
border-color css
<style>
span { border-color: #EA6B83; }
span { border-color: rgb(234,107,131); }
td.TdClassName
{
border-color: #EA6B83;
}
.TagClassName
{
border-color: #EA6B83;
}
</style>