Shades of Deep Blush #E66685
Tints of Deep Blush #E66685
RGB
CMYK
RGB Variations
Color information
#E66685 (or 0xE66685) is known color: Deep Blush. HEX triplet: E6, 66 and 85. RGB value is (230,102,133). Sum of RGB (Red+Green+Blue) = 230+102+133=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E66685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66685 is #19997A. Grayscale: #8F8F8F. Windows color (decimal): -1677691 or 8742630. OLE color: 8742630.
HSL color Cylindrical-coordinate representation of color #E66685: hue angle of 345.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66685 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 133 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.10 |
| HSL | 345.47º | 0.72% | 0.65% | - |
| HSV(B) | 345.47º | 0.56% | 0.9% | - |
| XYZ | 41.62 | 28.02 | 25.41 | - |
| YUV | 143.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 133 | 0 | 0.56 | 0.42 | 0.10 | 345.47 | 0.72 | 0.65 |
| Hex | E6 | 66 | 85 | 0 | 38 | 2A | A | 159 | 48 | 41 |
| Octal | 346 | 146 | 205 | 0 | 70 | 52 | 12 | 531 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10000101 | 0 | 111000 | 101010 | 1010 | 101011001 | 1001000 | 1000001 |
Color Harmonies of #E66685
Complementary color
Monochromatic Colors of #E66685
Black with #E66685
Text Example
Text Example
White with #E66685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66685; }
p { color: rgb(230,102,133); }
H1.HeaderClassName
{
color: #E66685;
}
.AnyTagClassName
{
color: #E66685;
}
</style>
background-color css
<style>
a { background-color: #E66685; }
a { background-color: rgb(230,102,133); }
div.DivClassName
{
background-color: #E66685;
}
.BgClassName
{
background-color: #E66685;
}
</style>
border-color css
<style>
span { border-color: #E66685; }
span { border-color: rgb(230,102,133); }
td.TdClassName
{
border-color: #E66685;
}
.TagClassName
{
border-color: #E66685;
}
</style>