Shades of Deep Blush #E6628C
Tints of Deep Blush #E6628C
RGB
CMYK
RGB Variations
Color information
#E6628C (or 0xE6628C) is known color: Deep Blush. HEX triplet: E6, 62 and 8C. RGB value is (230,98,140). Sum of RGB (Red+Green+Blue) = 230+98+140=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6628C is #199D73. Grayscale: #8E8E8E. Windows color (decimal): -1678708 or 9200358. OLE color: 9200358.
HSL color Cylindrical-coordinate representation of color #E6628C: hue angle of 340.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6628C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 140 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.10 |
| HSL | 340.91º | 0.73% | 0.64% | - |
| HSV(B) | 340.91º | 0.57% | 0.9% | - |
| XYZ | 41.73 | 27.45 | 27.91 | - |
| YUV | 142.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 140 | 0 | 0.57 | 0.39 | 0.10 | 340.91 | 0.73 | 0.64 |
| Hex | E6 | 62 | 8C | 0 | 39 | 27 | A | 155 | 49 | 40 |
| Octal | 346 | 142 | 214 | 0 | 71 | 47 | 12 | 525 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10001100 | 0 | 111001 | 100111 | 1010 | 101010101 | 1001001 | 1000000 |
Color Harmonies of #E6628C
Complementary color
Monochromatic Colors of #E6628C
Black with #E6628C
Text Example
Text Example
White with #E6628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6628C; }
p { color: rgb(230,98,140); }
H1.HeaderClassName
{
color: #E6628C;
}
.AnyTagClassName
{
color: #E6628C;
}
</style>
background-color css
<style>
a { background-color: #E6628C; }
a { background-color: rgb(230,98,140); }
div.DivClassName
{
background-color: #E6628C;
}
.BgClassName
{
background-color: #E6628C;
}
</style>
border-color css
<style>
span { border-color: #E6628C; }
span { border-color: rgb(230,98,140); }
td.TdClassName
{
border-color: #E6628C;
}
.TagClassName
{
border-color: #E6628C;
}
</style>