Shades of Carissma #E47D95
Tints of Carissma #E47D95
RGB
CMYK
RGB Variations
Color information
#E47D95 (or 0xE47D95) is known color: Carissma. HEX triplet: E4, 7D and 95. RGB value is (228,125,149). Sum of RGB (Red+Green+Blue) = 228+125+149=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47D95 is #1B826A. Grayscale: #9E9E9E. Windows color (decimal): -1802859 or 9797092. OLE color: 9797092.
HSL color Cylindrical-coordinate representation of color #E47D95: hue angle of 346.02º degrees, saturation: 0.66, 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 #E47D95 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 149 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.11 |
| HSL | 346.02º | 0.66% | 0.69% | - |
| HSV(B) | 346.02º | 0.45% | 0.89% | - |
| XYZ | 44.75 | 33.33 | 32.51 | - |
| YUV | 158.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 149 | 0 | 0.45 | 0.35 | 0.11 | 346.02 | 0.66 | 0.69 |
| Hex | E4 | 7D | 95 | 0 | 2D | 23 | B | 15A | 42 | 45 |
| Octal | 344 | 175 | 225 | 0 | 55 | 43 | 13 | 532 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10010101 | 0 | 101101 | 100011 | 1011 | 101011010 | 1000010 | 1000101 |
Color Harmonies of #E47D95
Complementary color
Monochromatic Colors of #E47D95
Black with #E47D95
Text Example
Text Example
White with #E47D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D95; }
p { color: rgb(228,125,149); }
H1.HeaderClassName
{
color: #E47D95;
}
.AnyTagClassName
{
color: #E47D95;
}
</style>
background-color css
<style>
a { background-color: #E47D95; }
a { background-color: rgb(228,125,149); }
div.DivClassName
{
background-color: #E47D95;
}
.BgClassName
{
background-color: #E47D95;
}
</style>
border-color css
<style>
span { border-color: #E47D95; }
span { border-color: rgb(228,125,149); }
td.TdClassName
{
border-color: #E47D95;
}
.TagClassName
{
border-color: #E47D95;
}
</style>