Shades of Deep Blush #E66F92
Tints of Deep Blush #E66F92
RGB
CMYK
RGB Variations
Color information
#E66F92 (or 0xE66F92) is known color: Deep Blush. HEX triplet: E6, 6F and 92. RGB value is (230,111,146). Sum of RGB (Red+Green+Blue) = 230+111+146=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F92 is #19906D. Grayscale: #969696. Windows color (decimal): -1675374 or 9596902. OLE color: 9596902.
HSL color Cylindrical-coordinate representation of color #E66F92: hue angle of 342.35º 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 #E66F92 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 146 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.10 |
| HSL | 342.35º | 0.7% | 0.67% | - |
| HSV(B) | 342.35º | 0.52% | 0.9% | - |
| XYZ | 43.51 | 30.27 | 30.74 | - |
| YUV | 150.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 146 | 0 | 0.52 | 0.37 | 0.10 | 342.35 | 0.7 | 0.67 |
| Hex | E6 | 6F | 92 | 0 | 34 | 25 | A | 156 | 46 | 43 |
| Octal | 346 | 157 | 222 | 0 | 64 | 45 | 12 | 526 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10010010 | 0 | 110100 | 100101 | 1010 | 101010110 | 1000110 | 1000011 |
Color Harmonies of #E66F92
Complementary color
Monochromatic Colors of #E66F92
Black with #E66F92
Text Example
Text Example
White with #E66F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F92; }
p { color: rgb(230,111,146); }
H1.HeaderClassName
{
color: #E66F92;
}
.AnyTagClassName
{
color: #E66F92;
}
</style>
background-color css
<style>
a { background-color: #E66F92; }
a { background-color: rgb(230,111,146); }
div.DivClassName
{
background-color: #E66F92;
}
.BgClassName
{
background-color: #E66F92;
}
</style>
border-color css
<style>
span { border-color: #E66F92; }
span { border-color: rgb(230,111,146); }
td.TdClassName
{
border-color: #E66F92;
}
.TagClassName
{
border-color: #E66F92;
}
</style>