Shades of Deep Blush #EA6782
Tints of Deep Blush #EA6782
RGB
CMYK
RGB Variations
Color information
#EA6782 (or 0xEA6782) is known color: Deep Blush. HEX triplet: EA, 67 and 82. RGB value is (234,103,130). Sum of RGB (Red+Green+Blue) = 234+103+130=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6782 is #15987D. Grayscale: #919191. Windows color (decimal): -1415294 or 8546282. OLE color: 8546282.
HSL color Cylindrical-coordinate representation of color #EA6782: hue angle of 347.63º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6782 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 130 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.08 |
| HSL | 347.63º | 0.76% | 0.66% | - |
| HSV(B) | 347.63º | 0.56% | 0.92% | - |
| XYZ | 42.81 | 28.8 | 24.42 | - |
| YUV | 145.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 130 | 0 | 0.56 | 0.44 | 0.08 | 347.63 | 0.76 | 0.66 |
| Hex | EA | 67 | 82 | 0 | 38 | 2C | 8 | 15C | 4C | 42 |
| Octal | 352 | 147 | 202 | 0 | 70 | 54 | 10 | 534 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10000010 | 0 | 111000 | 101100 | 1000 | 101011100 | 1001100 | 1000010 |
Color Harmonies of #EA6782
Complementary color
Monochromatic Colors of #EA6782
Black with #EA6782
Text Example
Text Example
White with #EA6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6782; }
p { color: rgb(234,103,130); }
H1.HeaderClassName
{
color: #EA6782;
}
.AnyTagClassName
{
color: #EA6782;
}
</style>
background-color css
<style>
a { background-color: #EA6782; }
a { background-color: rgb(234,103,130); }
div.DivClassName
{
background-color: #EA6782;
}
.BgClassName
{
background-color: #EA6782;
}
</style>
border-color css
<style>
span { border-color: #EA6782; }
span { border-color: rgb(234,103,130); }
td.TdClassName
{
border-color: #EA6782;
}
.TagClassName
{
border-color: #EA6782;
}
</style>