Shades of Deep Blush #E76581
Tints of Deep Blush #E76581
RGB
CMYK
RGB Variations
Color information
#E76581 (or 0xE76581) is known color: Deep Blush. HEX triplet: E7, 65 and 81. RGB value is (231,101,129). Sum of RGB (Red+Green+Blue) = 231+101+129=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E76581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76581 is #189A7E. Grayscale: #8F8F8F. Windows color (decimal): -1612415 or 8480231. OLE color: 8480231.
HSL color Cylindrical-coordinate representation of color #E76581: hue angle of 347.08º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76581 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 129 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.09 |
| HSL | 347.08º | 0.73% | 0.65% | - |
| HSV(B) | 347.08º | 0.56% | 0.91% | - |
| XYZ | 41.57 | 27.88 | 23.96 | - |
| YUV | 143.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 129 | 0 | 0.56 | 0.44 | 0.09 | 347.08 | 0.73 | 0.65 |
| Hex | E7 | 65 | 81 | 0 | 38 | 2C | 9 | 15B | 49 | 41 |
| Octal | 347 | 145 | 201 | 0 | 70 | 54 | 11 | 533 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10000001 | 0 | 111000 | 101100 | 1001 | 101011011 | 1001001 | 1000001 |
Color Harmonies of #E76581
Complementary color
Monochromatic Colors of #E76581
Black with #E76581
Text Example
Text Example
White with #E76581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76581; }
p { color: rgb(231,101,129); }
H1.HeaderClassName
{
color: #E76581;
}
.AnyTagClassName
{
color: #E76581;
}
</style>
background-color css
<style>
a { background-color: #E76581; }
a { background-color: rgb(231,101,129); }
div.DivClassName
{
background-color: #E76581;
}
.BgClassName
{
background-color: #E76581;
}
</style>
border-color css
<style>
span { border-color: #E76581; }
span { border-color: rgb(231,101,129); }
td.TdClassName
{
border-color: #E76581;
}
.TagClassName
{
border-color: #E76581;
}
</style>