Shades of Deep Blush #E6648D
Tints of Deep Blush #E6648D
RGB
CMYK
RGB Variations
Color information
#E6648D (or 0xE6648D) is known color: Deep Blush. HEX triplet: E6, 64 and 8D. RGB value is (230,100,141). Sum of RGB (Red+Green+Blue) = 230+100+141=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6648D is #199B72. Grayscale: #8F8F8F. Windows color (decimal): -1678195 or 9266406. OLE color: 9266406.
HSL color Cylindrical-coordinate representation of color #E6648D: hue angle of 341.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6648D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 141 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.10 |
| HSL | 341.08º | 0.72% | 0.65% | - |
| HSV(B) | 341.08º | 0.57% | 0.9% | - |
| XYZ | 42 | 27.86 | 28.36 | - |
| YUV | 143.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 141 | 0 | 0.57 | 0.39 | 0.10 | 341.08 | 0.72 | 0.65 |
| Hex | E6 | 64 | 8D | 0 | 39 | 27 | A | 155 | 48 | 41 |
| Octal | 346 | 144 | 215 | 0 | 71 | 47 | 12 | 525 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10001101 | 0 | 111001 | 100111 | 1010 | 101010101 | 1001000 | 1000001 |
Color Harmonies of #E6648D
Complementary color
Monochromatic Colors of #E6648D
Black with #E6648D
Text Example
Text Example
White with #E6648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6648D; }
p { color: rgb(230,100,141); }
H1.HeaderClassName
{
color: #E6648D;
}
.AnyTagClassName
{
color: #E6648D;
}
</style>
background-color css
<style>
a { background-color: #E6648D; }
a { background-color: rgb(230,100,141); }
div.DivClassName
{
background-color: #E6648D;
}
.BgClassName
{
background-color: #E6648D;
}
</style>
border-color css
<style>
span { border-color: #E6648D; }
span { border-color: rgb(230,100,141); }
td.TdClassName
{
border-color: #E6648D;
}
.TagClassName
{
border-color: #E6648D;
}
</style>