Shades of Deep Blush #E2708A
Tints of Deep Blush #E2708A
RGB
CMYK
RGB Variations
Color information
#E2708A (or 0xE2708A) is known color: Deep Blush. HEX triplet: E2, 70 and 8A. RGB value is (226,112,138). Sum of RGB (Red+Green+Blue) = 226+112+138=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2708A is #1D8F75. Grayscale: #959595. Windows color (decimal): -1937270 or 9072866. OLE color: 9072866.
HSL color Cylindrical-coordinate representation of color #E2708A: hue angle of 346.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2708A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 138 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.11 |
| HSL | 346.32º | 0.66% | 0.66% | - |
| HSV(B) | 346.32º | 0.5% | 0.89% | - |
| XYZ | 41.75 | 29.59 | 27.56 | - |
| YUV | 149.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 138 | 0 | 0.50 | 0.39 | 0.11 | 346.32 | 0.66 | 0.66 |
| Hex | E2 | 70 | 8A | 0 | 32 | 27 | B | 15A | 42 | 42 |
| Octal | 342 | 160 | 212 | 0 | 62 | 47 | 13 | 532 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10001010 | 0 | 110010 | 100111 | 1011 | 101011010 | 1000010 | 1000010 |
Color Harmonies of #E2708A
Complementary color
Monochromatic Colors of #E2708A
Black with #E2708A
Text Example
Text Example
White with #E2708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2708A; }
p { color: rgb(226,112,138); }
H1.HeaderClassName
{
color: #E2708A;
}
.AnyTagClassName
{
color: #E2708A;
}
</style>
background-color css
<style>
a { background-color: #E2708A; }
a { background-color: rgb(226,112,138); }
div.DivClassName
{
background-color: #E2708A;
}
.BgClassName
{
background-color: #E2708A;
}
</style>
border-color css
<style>
span { border-color: #E2708A; }
span { border-color: rgb(226,112,138); }
td.TdClassName
{
border-color: #E2708A;
}
.TagClassName
{
border-color: #E2708A;
}
</style>