Shades of Deep Blush #E66F91
Tints of Deep Blush #E66F91
RGB
CMYK
RGB Variations
Color information
#E66F91 (or 0xE66F91) is known color: Deep Blush. HEX triplet: E6, 6F and 91. RGB value is (230,111,145). Sum of RGB (Red+Green+Blue) = 230+111+145=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F91 is #19906E. Grayscale: #969696. Windows color (decimal): -1675375 or 9531366. OLE color: 9531366.
HSL color Cylindrical-coordinate representation of color #E66F91: hue angle of 342.86º 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 #E66F91 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 145 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.10 |
| HSL | 342.86º | 0.7% | 0.67% | - |
| HSV(B) | 342.86º | 0.52% | 0.9% | - |
| XYZ | 43.43 | 30.24 | 30.34 | - |
| YUV | 150.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 145 | 0 | 0.52 | 0.37 | 0.10 | 342.86 | 0.7 | 0.67 |
| Hex | E6 | 6F | 91 | 0 | 34 | 25 | A | 157 | 46 | 43 |
| Octal | 346 | 157 | 221 | 0 | 64 | 45 | 12 | 527 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10010001 | 0 | 110100 | 100101 | 1010 | 101010111 | 1000110 | 1000011 |
Color Harmonies of #E66F91
Complementary color
Monochromatic Colors of #E66F91
Black with #E66F91
Text Example
Text Example
White with #E66F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F91; }
p { color: rgb(230,111,145); }
H1.HeaderClassName
{
color: #E66F91;
}
.AnyTagClassName
{
color: #E66F91;
}
</style>
background-color css
<style>
a { background-color: #E66F91; }
a { background-color: rgb(230,111,145); }
div.DivClassName
{
background-color: #E66F91;
}
.BgClassName
{
background-color: #E66F91;
}
</style>
border-color css
<style>
span { border-color: #E66F91; }
span { border-color: rgb(230,111,145); }
td.TdClassName
{
border-color: #E66F91;
}
.TagClassName
{
border-color: #E66F91;
}
</style>