Shades of Carissma #E28292
Tints of Carissma #E28292
RGB
CMYK
RGB Variations
Color information
#E28292 (or 0xE28292) is known color: Carissma. HEX triplet: E2, 82 and 92. RGB value is (226,130,146). Sum of RGB (Red+Green+Blue) = 226+130+146=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E28292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28292 is #1D7D6D. Grayscale: #A0A0A0. Windows color (decimal): -1932654 or 9601762. OLE color: 9601762.
HSL color Cylindrical-coordinate representation of color #E28292: hue angle of 350º 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 #E28292 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 146 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.11 |
| HSL | 350º | 0.62% | 0.7% | - |
| HSV(B) | 350º | 0.42% | 0.89% | - |
| XYZ | 44.53 | 34.21 | 31.45 | - |
| YUV | 160.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 146 | 0 | 0.42 | 0.35 | 0.11 | 350 | 0.62 | 0.7 |
| Hex | E2 | 82 | 92 | 0 | 2A | 23 | B | 15E | 3E | 46 |
| Octal | 342 | 202 | 222 | 0 | 52 | 43 | 13 | 536 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10010010 | 0 | 101010 | 100011 | 1011 | 101011110 | 111110 | 1000110 |
Color Harmonies of #E28292
Complementary color
Monochromatic Colors of #E28292
Black with #E28292
Text Example
Text Example
White with #E28292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28292; }
p { color: rgb(226,130,146); }
H1.HeaderClassName
{
color: #E28292;
}
.AnyTagClassName
{
color: #E28292;
}
</style>
background-color css
<style>
a { background-color: #E28292; }
a { background-color: rgb(226,130,146); }
div.DivClassName
{
background-color: #E28292;
}
.BgClassName
{
background-color: #E28292;
}
</style>
border-color css
<style>
span { border-color: #E28292; }
span { border-color: rgb(226,130,146); }
td.TdClassName
{
border-color: #E28292;
}
.TagClassName
{
border-color: #E28292;
}
</style>