Shades of Deep Blush #EA7482
Tints of Deep Blush #EA7482
RGB
CMYK
RGB Variations
Color information
#EA7482 (or 0xEA7482) is known color: Deep Blush. HEX triplet: EA, 74 and 82. RGB value is (234,116,130). Sum of RGB (Red+Green+Blue) = 234+116+130=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7482 is #158B7D. Grayscale: #989898. Windows color (decimal): -1411966 or 8549610. OLE color: 8549610.
HSL color Cylindrical-coordinate representation of color #EA7482: hue angle of 352.88º degrees, saturation: 0.74, 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 #EA7482 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 130 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.08 |
| HSL | 352.88º | 0.74% | 0.69% | - |
| HSV(B) | 352.88º | 0.5% | 0.92% | - |
| XYZ | 44.21 | 31.59 | 24.89 | - |
| YUV | 152.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 130 | 0 | 0.50 | 0.44 | 0.08 | 352.88 | 0.74 | 0.69 |
| Hex | EA | 74 | 82 | 0 | 32 | 2C | 8 | 161 | 4A | 45 |
| Octal | 352 | 164 | 202 | 0 | 62 | 54 | 10 | 541 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10000010 | 0 | 110010 | 101100 | 1000 | 101100001 | 1001010 | 1000101 |
Color Harmonies of #EA7482
Complementary color
Monochromatic Colors of #EA7482
Black with #EA7482
Text Example
Text Example
White with #EA7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7482; }
p { color: rgb(234,116,130); }
H1.HeaderClassName
{
color: #EA7482;
}
.AnyTagClassName
{
color: #EA7482;
}
</style>
background-color css
<style>
a { background-color: #EA7482; }
a { background-color: rgb(234,116,130); }
div.DivClassName
{
background-color: #EA7482;
}
.BgClassName
{
background-color: #EA7482;
}
</style>
border-color css
<style>
span { border-color: #EA7482; }
span { border-color: rgb(234,116,130); }
td.TdClassName
{
border-color: #EA7482;
}
.TagClassName
{
border-color: #EA7482;
}
</style>