Shades of Carissma #E47EA0
Tints of Carissma #E47EA0
RGB
CMYK
RGB Variations
Color information
#E47EA0 (or 0xE47EA0) is known color: Carissma. HEX triplet: E4, 7E and A0. RGB value is (228,126,160). Sum of RGB (Red+Green+Blue) = 228+126+160=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EA0 is #1B815F. Grayscale: #A0A0A0. Windows color (decimal): -1802592 or 10518244. OLE color: 10518244.
HSL color Cylindrical-coordinate representation of color #E47EA0: hue angle of 340º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47EA0 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 160 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.11 |
| HSL | 340º | 0.65% | 0.69% | - |
| HSV(B) | 340º | 0.45% | 0.89% | - |
| XYZ | 45.8 | 33.95 | 37.4 | - |
| YUV | 160.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 160 | 0 | 0.45 | 0.30 | 0.11 | 340 | 0.65 | 0.69 |
| Hex | E4 | 7E | A0 | 0 | 2D | 1E | B | 154 | 41 | 45 |
| Octal | 344 | 176 | 240 | 0 | 55 | 36 | 13 | 524 | 101 | 105 |
| Binary | 11100100 | 1111110 | 10100000 | 0 | 101101 | 11110 | 1011 | 101010100 | 1000001 | 1000101 |
Color Harmonies of #E47EA0
Complementary color
Monochromatic Colors of #E47EA0
Black with #E47EA0
Text Example
Text Example
White with #E47EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47EA0; }
p { color: rgb(228,126,160); }
H1.HeaderClassName
{
color: #E47EA0;
}
.AnyTagClassName
{
color: #E47EA0;
}
</style>
background-color css
<style>
a { background-color: #E47EA0; }
a { background-color: rgb(228,126,160); }
div.DivClassName
{
background-color: #E47EA0;
}
.BgClassName
{
background-color: #E47EA0;
}
</style>
border-color css
<style>
span { border-color: #E47EA0; }
span { border-color: rgb(228,126,160); }
td.TdClassName
{
border-color: #E47EA0;
}
.TagClassName
{
border-color: #E47EA0;
}
</style>