Shades of Deep Blush #E66F81
Tints of Deep Blush #E66F81
RGB
CMYK
RGB Variations
Color information
#E66F81 (or 0xE66F81) is known color: Deep Blush. HEX triplet: E6, 6F and 81. RGB value is (230,111,129). Sum of RGB (Red+Green+Blue) = 230+111+129=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F81 is #19907E. Grayscale: #949494. Windows color (decimal): -1675391 or 8482790. OLE color: 8482790.
HSL color Cylindrical-coordinate representation of color #E66F81: hue angle of 350.92º 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 #E66F81 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 129 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.10 |
| HSL | 350.92º | 0.7% | 0.67% | - |
| HSV(B) | 350.92º | 0.52% | 0.9% | - |
| XYZ | 42.28 | 29.78 | 24.29 | - |
| YUV | 148.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 129 | 0 | 0.52 | 0.44 | 0.10 | 350.92 | 0.7 | 0.67 |
| Hex | E6 | 6F | 81 | 0 | 34 | 2C | A | 15F | 46 | 43 |
| Octal | 346 | 157 | 201 | 0 | 64 | 54 | 12 | 537 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10000001 | 0 | 110100 | 101100 | 1010 | 101011111 | 1000110 | 1000011 |
Color Harmonies of #E66F81
Complementary color
Monochromatic Colors of #E66F81
Black with #E66F81
Text Example
Text Example
White with #E66F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F81; }
p { color: rgb(230,111,129); }
H1.HeaderClassName
{
color: #E66F81;
}
.AnyTagClassName
{
color: #E66F81;
}
</style>
background-color css
<style>
a { background-color: #E66F81; }
a { background-color: rgb(230,111,129); }
div.DivClassName
{
background-color: #E66F81;
}
.BgClassName
{
background-color: #E66F81;
}
</style>
border-color css
<style>
span { border-color: #E66F81; }
span { border-color: rgb(230,111,129); }
td.TdClassName
{
border-color: #E66F81;
}
.TagClassName
{
border-color: #E66F81;
}
</style>