Shades of Deep Blush #E66F85
Tints of Deep Blush #E66F85
RGB
CMYK
RGB Variations
Color information
#E66F85 (or 0xE66F85) is known color: Deep Blush. HEX triplet: E6, 6F and 85. RGB value is (230,111,133). Sum of RGB (Red+Green+Blue) = 230+111+133=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F85 is #19907A. Grayscale: #959595. Windows color (decimal): -1675387 or 8744934. OLE color: 8744934.
HSL color Cylindrical-coordinate representation of color #E66F85: hue angle of 348.91º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F85 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 133 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.10 |
| HSL | 348.91º | 0.7% | 0.67% | - |
| HSV(B) | 348.91º | 0.52% | 0.9% | - |
| XYZ | 42.55 | 29.89 | 25.72 | - |
| YUV | 149.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 133 | 0 | 0.52 | 0.42 | 0.10 | 348.91 | 0.7 | 0.67 |
| Hex | E6 | 6F | 85 | 0 | 34 | 2A | A | 15D | 46 | 43 |
| Octal | 346 | 157 | 205 | 0 | 64 | 52 | 12 | 535 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10000101 | 0 | 110100 | 101010 | 1010 | 101011101 | 1000110 | 1000011 |
Color Harmonies of #E66F85
Complementary color
Monochromatic Colors of #E66F85
Black with #E66F85
Text Example
Text Example
White with #E66F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F85; }
p { color: rgb(230,111,133); }
H1.HeaderClassName
{
color: #E66F85;
}
.AnyTagClassName
{
color: #E66F85;
}
</style>
background-color css
<style>
a { background-color: #E66F85; }
a { background-color: rgb(230,111,133); }
div.DivClassName
{
background-color: #E66F85;
}
.BgClassName
{
background-color: #E66F85;
}
</style>
border-color css
<style>
span { border-color: #E66F85; }
span { border-color: rgb(230,111,133); }
td.TdClassName
{
border-color: #E66F85;
}
.TagClassName
{
border-color: #E66F85;
}
</style>