Shades of Carissma #E28192
Tints of Carissma #E28192
RGB
CMYK
RGB Variations
Color information
#E28192 (or 0xE28192) is known color: Carissma. HEX triplet: E2, 81 and 92. RGB value is (226,129,146). Sum of RGB (Red+Green+Blue) = 226+129+146=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E28192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28192 is #1D7E6D. Grayscale: #9F9F9F. Windows color (decimal): -1932910 or 9601506. OLE color: 9601506.
HSL color Cylindrical-coordinate representation of color #E28192: hue angle of 349.48º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28192 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 146 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.11 |
| HSL | 349.48º | 0.63% | 0.7% | - |
| HSV(B) | 349.48º | 0.43% | 0.89% | - |
| XYZ | 44.4 | 33.94 | 31.41 | - |
| YUV | 159.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 146 | 0 | 0.43 | 0.35 | 0.11 | 349.48 | 0.63 | 0.7 |
| Hex | E2 | 81 | 92 | 0 | 2B | 23 | B | 15D | 3F | 46 |
| Octal | 342 | 201 | 222 | 0 | 53 | 43 | 13 | 535 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10010010 | 0 | 101011 | 100011 | 1011 | 101011101 | 111111 | 1000110 |
Color Harmonies of #E28192
Complementary color
Monochromatic Colors of #E28192
Black with #E28192
Text Example
Text Example
White with #E28192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28192; }
p { color: rgb(226,129,146); }
H1.HeaderClassName
{
color: #E28192;
}
.AnyTagClassName
{
color: #E28192;
}
</style>
background-color css
<style>
a { background-color: #E28192; }
a { background-color: rgb(226,129,146); }
div.DivClassName
{
background-color: #E28192;
}
.BgClassName
{
background-color: #E28192;
}
</style>
border-color css
<style>
span { border-color: #E28192; }
span { border-color: rgb(226,129,146); }
td.TdClassName
{
border-color: #E28192;
}
.TagClassName
{
border-color: #E28192;
}
</style>