Shades of Deep Blush #E66F84
Tints of Deep Blush #E66F84
RGB
CMYK
RGB Variations
Color information
#E66F84 (or 0xE66F84) is known color: Deep Blush. HEX triplet: E6, 6F and 84. RGB value is (230,111,132). Sum of RGB (Red+Green+Blue) = 230+111+132=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F84 is #19907B. Grayscale: #959595. Windows color (decimal): -1675388 or 8679398. OLE color: 8679398.
HSL color Cylindrical-coordinate representation of color #E66F84: hue angle of 349.41º 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 #E66F84 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 132 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.10 |
| HSL | 349.41º | 0.7% | 0.67% | - |
| HSV(B) | 349.41º | 0.52% | 0.9% | - |
| XYZ | 42.48 | 29.86 | 25.35 | - |
| YUV | 148.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 132 | 0 | 0.52 | 0.43 | 0.10 | 349.41 | 0.7 | 0.67 |
| Hex | E6 | 6F | 84 | 0 | 34 | 2B | A | 15D | 46 | 43 |
| Octal | 346 | 157 | 204 | 0 | 64 | 53 | 12 | 535 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10000100 | 0 | 110100 | 101011 | 1010 | 101011101 | 1000110 | 1000011 |
Color Harmonies of #E66F84
Complementary color
Monochromatic Colors of #E66F84
Black with #E66F84
Text Example
Text Example
White with #E66F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F84; }
p { color: rgb(230,111,132); }
H1.HeaderClassName
{
color: #E66F84;
}
.AnyTagClassName
{
color: #E66F84;
}
</style>
background-color css
<style>
a { background-color: #E66F84; }
a { background-color: rgb(230,111,132); }
div.DivClassName
{
background-color: #E66F84;
}
.BgClassName
{
background-color: #E66F84;
}
</style>
border-color css
<style>
span { border-color: #E66F84; }
span { border-color: rgb(230,111,132); }
td.TdClassName
{
border-color: #E66F84;
}
.TagClassName
{
border-color: #E66F84;
}
</style>