Shades of Deep Blush #E5658A
Tints of Deep Blush #E5658A
RGB
CMYK
RGB Variations
Color information
#E5658A (or 0xE5658A) is known color: Deep Blush. HEX triplet: E5, 65 and 8A. RGB value is (229,101,138). Sum of RGB (Red+Green+Blue) = 229+101+138=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5658A is #1A9A75. Grayscale: #8F8F8F. Windows color (decimal): -1743478 or 9070053. OLE color: 9070053.
HSL color Cylindrical-coordinate representation of color #E5658A: hue angle of 342.66º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5658A is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 138 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.10 |
| HSL | 342.66º | 0.71% | 0.65% | - |
| HSV(B) | 342.66º | 0.56% | 0.9% | - |
| XYZ | 41.55 | 27.8 | 27.22 | - |
| YUV | 143.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 138 | 0 | 0.56 | 0.40 | 0.10 | 342.66 | 0.71 | 0.65 |
| Hex | E5 | 65 | 8A | 0 | 38 | 28 | A | 157 | 47 | 41 |
| Octal | 345 | 145 | 212 | 0 | 70 | 50 | 12 | 527 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10001010 | 0 | 111000 | 101000 | 1010 | 101010111 | 1000111 | 1000001 |
Color Harmonies of #E5658A
Complementary color
Monochromatic Colors of #E5658A
Black with #E5658A
Text Example
Text Example
White with #E5658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5658A; }
p { color: rgb(229,101,138); }
H1.HeaderClassName
{
color: #E5658A;
}
.AnyTagClassName
{
color: #E5658A;
}
</style>
background-color css
<style>
a { background-color: #E5658A; }
a { background-color: rgb(229,101,138); }
div.DivClassName
{
background-color: #E5658A;
}
.BgClassName
{
background-color: #E5658A;
}
</style>
border-color css
<style>
span { border-color: #E5658A; }
span { border-color: rgb(229,101,138); }
td.TdClassName
{
border-color: #E5658A;
}
.TagClassName
{
border-color: #E5658A;
}
</style>