Shades of Deep Blush #E66C8A
Tints of Deep Blush #E66C8A
RGB
CMYK
RGB Variations
Color information
#E66C8A (or 0xE66C8A) is known color: Deep Blush. HEX triplet: E6, 6C and 8A. RGB value is (230,108,138). Sum of RGB (Red+Green+Blue) = 230+108+138=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C8A is #199375. Grayscale: #939393. Windows color (decimal): -1676150 or 9071846. OLE color: 9071846.
HSL color Cylindrical-coordinate representation of color #E66C8A: hue angle of 345.25º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66C8A is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 138 | - |
| CMYK | 0 | 0.53 | 0.4 | 0.10 |
| HSL | 345.25º | 0.71% | 0.66% | - |
| HSV(B) | 345.25º | 0.53% | 0.9% | - |
| XYZ | 42.58 | 29.38 | 27.47 | - |
| YUV | 147.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 138 | 0 | 0.53 | 0.4 | 0.10 | 345.25 | 0.71 | 0.66 |
| Hex | E6 | 6C | 8A | 0 | 35 | 28 | A | 159 | 47 | 42 |
| Octal | 346 | 154 | 212 | 0 | 65 | 50 | 12 | 531 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10001010 | 0 | 110101 | 101000 | 1010 | 101011001 | 1000111 | 1000010 |
Color Harmonies of #E66C8A
Complementary color
Monochromatic Colors of #E66C8A
Black with #E66C8A
Text Example
Text Example
White with #E66C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C8A; }
p { color: rgb(230,108,138); }
H1.HeaderClassName
{
color: #E66C8A;
}
.AnyTagClassName
{
color: #E66C8A;
}
</style>
background-color css
<style>
a { background-color: #E66C8A; }
a { background-color: rgb(230,108,138); }
div.DivClassName
{
background-color: #E66C8A;
}
.BgClassName
{
background-color: #E66C8A;
}
</style>
border-color css
<style>
span { border-color: #E66C8A; }
span { border-color: rgb(230,108,138); }
td.TdClassName
{
border-color: #E66C8A;
}
.TagClassName
{
border-color: #E66C8A;
}
</style>