Shades of Carissma #E28295
Tints of Carissma #E28295
RGB
CMYK
RGB Variations
Color information
#E28295 (or 0xE28295) is known color: Carissma. HEX triplet: E2, 82 and 95. RGB value is (226,130,149). Sum of RGB (Red+Green+Blue) = 226+130+149=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E28295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28295 is #1D7D6A. Grayscale: #A0A0A0. Windows color (decimal): -1932651 or 9798370. OLE color: 9798370.
HSL color Cylindrical-coordinate representation of color #E28295: hue angle of 348.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28295 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 149 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.11 |
| HSL | 348.13º | 0.62% | 0.7% | - |
| HSV(B) | 348.13º | 0.42% | 0.89% | - |
| XYZ | 44.77 | 34.3 | 32.7 | - |
| YUV | 160.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 149 | 0 | 0.42 | 0.34 | 0.11 | 348.13 | 0.62 | 0.7 |
| Hex | E2 | 82 | 95 | 0 | 2A | 22 | B | 15C | 3E | 46 |
| Octal | 342 | 202 | 225 | 0 | 52 | 42 | 13 | 534 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10010101 | 0 | 101010 | 100010 | 1011 | 101011100 | 111110 | 1000110 |
Color Harmonies of #E28295
Complementary color
Monochromatic Colors of #E28295
Black with #E28295
Text Example
Text Example
White with #E28295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28295; }
p { color: rgb(226,130,149); }
H1.HeaderClassName
{
color: #E28295;
}
.AnyTagClassName
{
color: #E28295;
}
</style>
background-color css
<style>
a { background-color: #E28295; }
a { background-color: rgb(226,130,149); }
div.DivClassName
{
background-color: #E28295;
}
.BgClassName
{
background-color: #E28295;
}
</style>
border-color css
<style>
span { border-color: #E28295; }
span { border-color: rgb(226,130,149); }
td.TdClassName
{
border-color: #E28295;
}
.TagClassName
{
border-color: #E28295;
}
</style>