Shades of Carissma #E28392
Tints of Carissma #E28392
RGB
CMYK
RGB Variations
Color information
#E28392 (or 0xE28392) is known color: Carissma. HEX triplet: E2, 83 and 92. RGB value is (226,131,146). Sum of RGB (Red+Green+Blue) = 226+131+146=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E28392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28392 is #1D7C6D. Grayscale: #A1A1A1. Windows color (decimal): -1932398 or 9602018. OLE color: 9602018.
HSL color Cylindrical-coordinate representation of color #E28392: hue angle of 350.53º 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 #E28392 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 146 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.11 |
| HSL | 350.53º | 0.62% | 0.7% | - |
| HSV(B) | 350.53º | 0.42% | 0.89% | - |
| XYZ | 44.67 | 34.48 | 31.49 | - |
| YUV | 161.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 146 | 0 | 0.42 | 0.35 | 0.11 | 350.53 | 0.62 | 0.7 |
| Hex | E2 | 83 | 92 | 0 | 2A | 23 | B | 15F | 3E | 46 |
| Octal | 342 | 203 | 222 | 0 | 52 | 43 | 13 | 537 | 76 | 106 |
| Binary | 11100010 | 10000011 | 10010010 | 0 | 101010 | 100011 | 1011 | 101011111 | 111110 | 1000110 |
Color Harmonies of #E28392
Complementary color
Monochromatic Colors of #E28392
Black with #E28392
Text Example
Text Example
White with #E28392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28392; }
p { color: rgb(226,131,146); }
H1.HeaderClassName
{
color: #E28392;
}
.AnyTagClassName
{
color: #E28392;
}
</style>
background-color css
<style>
a { background-color: #E28392; }
a { background-color: rgb(226,131,146); }
div.DivClassName
{
background-color: #E28392;
}
.BgClassName
{
background-color: #E28392;
}
</style>
border-color css
<style>
span { border-color: #E28392; }
span { border-color: rgb(226,131,146); }
td.TdClassName
{
border-color: #E28392;
}
.TagClassName
{
border-color: #E28392;
}
</style>