Shades of Deep Blush #E67785
Tints of Deep Blush #E67785
RGB
CMYK
RGB Variations
Color information
#E67785 (or 0xE67785) is known color: Deep Blush. HEX triplet: E6, 77 and 85. RGB value is (230,119,133). Sum of RGB (Red+Green+Blue) = 230+119+133=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E67785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67785 is #19887A. Grayscale: #999999. Windows color (decimal): -1673339 or 8746982. OLE color: 8746982.
HSL color Cylindrical-coordinate representation of color #E67785: hue angle of 352.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67785 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 133 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.10 |
| HSL | 352.43º | 0.69% | 0.68% | - |
| HSV(B) | 352.43º | 0.48% | 0.9% | - |
| XYZ | 43.46 | 31.71 | 26.02 | - |
| YUV | 153.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 133 | 0 | 0.48 | 0.42 | 0.10 | 352.43 | 0.69 | 0.68 |
| Hex | E6 | 77 | 85 | 0 | 30 | 2A | A | 160 | 45 | 44 |
| Octal | 346 | 167 | 205 | 0 | 60 | 52 | 12 | 540 | 105 | 104 |
| Binary | 11100110 | 1110111 | 10000101 | 0 | 110000 | 101010 | 1010 | 101100000 | 1000101 | 1000100 |
Color Harmonies of #E67785
Complementary color
Monochromatic Colors of #E67785
Black with #E67785
Text Example
Text Example
White with #E67785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67785; }
p { color: rgb(230,119,133); }
H1.HeaderClassName
{
color: #E67785;
}
.AnyTagClassName
{
color: #E67785;
}
</style>
background-color css
<style>
a { background-color: #E67785; }
a { background-color: rgb(230,119,133); }
div.DivClassName
{
background-color: #E67785;
}
.BgClassName
{
background-color: #E67785;
}
</style>
border-color css
<style>
span { border-color: #E67785; }
span { border-color: rgb(230,119,133); }
td.TdClassName
{
border-color: #E67785;
}
.TagClassName
{
border-color: #E67785;
}
</style>