Shades of Carissma #E28293
Tints of Carissma #E28293
RGB
CMYK
RGB Variations
Color information
#E28293 (or 0xE28293) is known color: Carissma. HEX triplet: E2, 82 and 93. RGB value is (226,130,147). Sum of RGB (Red+Green+Blue) = 226+130+147=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E28293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28293 is #1D7D6C. Grayscale: #A0A0A0. Windows color (decimal): -1932653 or 9667298. OLE color: 9667298.
HSL color Cylindrical-coordinate representation of color #E28293: hue angle of 349.38º 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 #E28293 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 147 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.11 |
| HSL | 349.38º | 0.62% | 0.7% | - |
| HSV(B) | 349.38º | 0.42% | 0.89% | - |
| XYZ | 44.61 | 34.24 | 31.86 | - |
| YUV | 160.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 147 | 0 | 0.42 | 0.35 | 0.11 | 349.38 | 0.62 | 0.7 |
| Hex | E2 | 82 | 93 | 0 | 2A | 23 | B | 15D | 3E | 46 |
| Octal | 342 | 202 | 223 | 0 | 52 | 43 | 13 | 535 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10010011 | 0 | 101010 | 100011 | 1011 | 101011101 | 111110 | 1000110 |
Color Harmonies of #E28293
Complementary color
Monochromatic Colors of #E28293
Black with #E28293
Text Example
Text Example
White with #E28293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28293; }
p { color: rgb(226,130,147); }
H1.HeaderClassName
{
color: #E28293;
}
.AnyTagClassName
{
color: #E28293;
}
</style>
background-color css
<style>
a { background-color: #E28293; }
a { background-color: rgb(226,130,147); }
div.DivClassName
{
background-color: #E28293;
}
.BgClassName
{
background-color: #E28293;
}
</style>
border-color css
<style>
span { border-color: #E28293; }
span { border-color: rgb(226,130,147); }
td.TdClassName
{
border-color: #E28293;
}
.TagClassName
{
border-color: #E28293;
}
</style>