Shades of Deep Blush #E66A8A
Tints of Deep Blush #E66A8A
RGB
CMYK
RGB Variations
Color information
#E66A8A (or 0xE66A8A) is known color: Deep Blush. HEX triplet: E6, 6A and 8A. RGB value is (230,106,138). Sum of RGB (Red+Green+Blue) = 230+106+138=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66A8A is #199575. Grayscale: #929292. Windows color (decimal): -1676662 or 9071334. OLE color: 9071334.
HSL color Cylindrical-coordinate representation of color #E66A8A: hue angle of 344.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A8A is Cyan = 0, Magento = 0.54, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 138 | - |
| CMYK | 0 | 0.54 | 0.4 | 0.10 |
| HSL | 344.52º | 0.71% | 0.66% | - |
| HSV(B) | 344.52º | 0.54% | 0.9% | - |
| XYZ | 42.37 | 28.97 | 27.4 | - |
| YUV | 146.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 138 | 0 | 0.54 | 0.4 | 0.10 | 344.52 | 0.71 | 0.66 |
| Hex | E6 | 6A | 8A | 0 | 36 | 28 | A | 159 | 47 | 42 |
| Octal | 346 | 152 | 212 | 0 | 66 | 50 | 12 | 531 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10001010 | 0 | 110110 | 101000 | 1010 | 101011001 | 1000111 | 1000010 |
Color Harmonies of #E66A8A
Complementary color
Monochromatic Colors of #E66A8A
Black with #E66A8A
Text Example
Text Example
White with #E66A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A8A; }
p { color: rgb(230,106,138); }
H1.HeaderClassName
{
color: #E66A8A;
}
.AnyTagClassName
{
color: #E66A8A;
}
</style>
background-color css
<style>
a { background-color: #E66A8A; }
a { background-color: rgb(230,106,138); }
div.DivClassName
{
background-color: #E66A8A;
}
.BgClassName
{
background-color: #E66A8A;
}
</style>
border-color css
<style>
span { border-color: #E66A8A; }
span { border-color: rgb(230,106,138); }
td.TdClassName
{
border-color: #E66A8A;
}
.TagClassName
{
border-color: #E66A8A;
}
</style>