Shades of Deep Blush #E2758F
Tints of Deep Blush #E2758F
RGB
CMYK
RGB Variations
Color information
#E2758F (or 0xE2758F) is known color: Deep Blush. HEX triplet: E2, 75 and 8F. RGB value is (226,117,143). Sum of RGB (Red+Green+Blue) = 226+117+143=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2758F is #1D8A70. Grayscale: #989898. Windows color (decimal): -1935985 or 9401826. OLE color: 9401826.
HSL color Cylindrical-coordinate representation of color #E2758F: hue angle of 345.69º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2758F is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 143 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.11 |
| HSL | 345.69º | 0.65% | 0.67% | - |
| HSV(B) | 345.69º | 0.48% | 0.89% | - |
| XYZ | 42.68 | 30.87 | 29.7 | - |
| YUV | 152.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 143 | 0 | 0.48 | 0.37 | 0.11 | 345.69 | 0.65 | 0.67 |
| Hex | E2 | 75 | 8F | 0 | 30 | 25 | B | 15A | 41 | 43 |
| Octal | 342 | 165 | 217 | 0 | 60 | 45 | 13 | 532 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10001111 | 0 | 110000 | 100101 | 1011 | 101011010 | 1000001 | 1000011 |
Color Harmonies of #E2758F
Complementary color
Monochromatic Colors of #E2758F
Black with #E2758F
Text Example
Text Example
White with #E2758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2758F; }
p { color: rgb(226,117,143); }
H1.HeaderClassName
{
color: #E2758F;
}
.AnyTagClassName
{
color: #E2758F;
}
</style>
background-color css
<style>
a { background-color: #E2758F; }
a { background-color: rgb(226,117,143); }
div.DivClassName
{
background-color: #E2758F;
}
.BgClassName
{
background-color: #E2758F;
}
</style>
border-color css
<style>
span { border-color: #E2758F; }
span { border-color: rgb(226,117,143); }
td.TdClassName
{
border-color: #E2758F;
}
.TagClassName
{
border-color: #E2758F;
}
</style>