Shades of Deep Blush #E6708A
Tints of Deep Blush #E6708A
RGB
CMYK
RGB Variations
Color information
#E6708A (or 0xE6708A) is known color: Deep Blush. HEX triplet: E6, 70 and 8A. RGB value is (230,112,138). Sum of RGB (Red+Green+Blue) = 230+112+138=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708A is #198F75. Grayscale: #969696. Windows color (decimal): -1675126 or 9072870. OLE color: 9072870.
HSL color Cylindrical-coordinate representation of color #E6708A: hue angle of 346.78º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6708A is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 138 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.10 |
| HSL | 346.78º | 0.7% | 0.67% | - |
| HSV(B) | 346.78º | 0.51% | 0.9% | - |
| XYZ | 43.01 | 30.25 | 27.62 | - |
| YUV | 150.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 138 | 0 | 0.51 | 0.4 | 0.10 | 346.78 | 0.7 | 0.67 |
| Hex | E6 | 70 | 8A | 0 | 33 | 28 | A | 15B | 46 | 43 |
| Octal | 346 | 160 | 212 | 0 | 63 | 50 | 12 | 533 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10001010 | 0 | 110011 | 101000 | 1010 | 101011011 | 1000110 | 1000011 |
Color Harmonies of #E6708A
Complementary color
Monochromatic Colors of #E6708A
Black with #E6708A
Text Example
Text Example
White with #E6708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6708A; }
p { color: rgb(230,112,138); }
H1.HeaderClassName
{
color: #E6708A;
}
.AnyTagClassName
{
color: #E6708A;
}
</style>
background-color css
<style>
a { background-color: #E6708A; }
a { background-color: rgb(230,112,138); }
div.DivClassName
{
background-color: #E6708A;
}
.BgClassName
{
background-color: #E6708A;
}
</style>
border-color css
<style>
span { border-color: #E6708A; }
span { border-color: rgb(230,112,138); }
td.TdClassName
{
border-color: #E6708A;
}
.TagClassName
{
border-color: #E6708A;
}
</style>