Shades of Deep Blush #E66F8C
Tints of Deep Blush #E66F8C
RGB
CMYK
RGB Variations
Color information
#E66F8C (or 0xE66F8C) is known color: Deep Blush. HEX triplet: E6, 6F and 8C. RGB value is (230,111,140). Sum of RGB (Red+Green+Blue) = 230+111+140=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F8C is #199073. Grayscale: #959595. Windows color (decimal): -1675380 or 9203686. OLE color: 9203686.
HSL color Cylindrical-coordinate representation of color #E66F8C: hue angle of 345.38º 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 #E66F8C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 140 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.10 |
| HSL | 345.38º | 0.7% | 0.67% | - |
| HSV(B) | 345.38º | 0.52% | 0.9% | - |
| XYZ | 43.05 | 30.09 | 28.35 | - |
| YUV | 149.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 140 | 0 | 0.52 | 0.39 | 0.10 | 345.38 | 0.7 | 0.67 |
| Hex | E6 | 6F | 8C | 0 | 34 | 27 | A | 159 | 46 | 43 |
| Octal | 346 | 157 | 214 | 0 | 64 | 47 | 12 | 531 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10001100 | 0 | 110100 | 100111 | 1010 | 101011001 | 1000110 | 1000011 |
Color Harmonies of #E66F8C
Complementary color
Monochromatic Colors of #E66F8C
Black with #E66F8C
Text Example
Text Example
White with #E66F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F8C; }
p { color: rgb(230,111,140); }
H1.HeaderClassName
{
color: #E66F8C;
}
.AnyTagClassName
{
color: #E66F8C;
}
</style>
background-color css
<style>
a { background-color: #E66F8C; }
a { background-color: rgb(230,111,140); }
div.DivClassName
{
background-color: #E66F8C;
}
.BgClassName
{
background-color: #E66F8C;
}
</style>
border-color css
<style>
span { border-color: #E66F8C; }
span { border-color: rgb(230,111,140); }
td.TdClassName
{
border-color: #E66F8C;
}
.TagClassName
{
border-color: #E66F8C;
}
</style>