Shades of Carissma #E28390
Tints of Carissma #E28390
RGB
CMYK
RGB Variations
Color information
#E28390 (or 0xE28390) is known color: Carissma. HEX triplet: E2, 83 and 90. RGB value is (226,131,144). Sum of RGB (Red+Green+Blue) = 226+131+144=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E28390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28390 is #1D7C6F. Grayscale: #A0A0A0. Windows color (decimal): -1932400 or 9470946. OLE color: 9470946.
HSL color Cylindrical-coordinate representation of color #E28390: hue angle of 351.79º 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 #E28390 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 144 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.11 |
| HSL | 351.79º | 0.62% | 0.7% | - |
| HSV(B) | 351.79º | 0.42% | 0.89% | - |
| XYZ | 44.51 | 34.41 | 30.68 | - |
| YUV | 160.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 144 | 0 | 0.42 | 0.36 | 0.11 | 351.79 | 0.62 | 0.7 |
| Hex | E2 | 83 | 90 | 0 | 2A | 24 | B | 160 | 3E | 46 |
| Octal | 342 | 203 | 220 | 0 | 52 | 44 | 13 | 540 | 76 | 106 |
| Binary | 11100010 | 10000011 | 10010000 | 0 | 101010 | 100100 | 1011 | 101100000 | 111110 | 1000110 |
Color Harmonies of #E28390
Complementary color
Monochromatic Colors of #E28390
Black with #E28390
Text Example
Text Example
White with #E28390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28390; }
p { color: rgb(226,131,144); }
H1.HeaderClassName
{
color: #E28390;
}
.AnyTagClassName
{
color: #E28390;
}
</style>
background-color css
<style>
a { background-color: #E28390; }
a { background-color: rgb(226,131,144); }
div.DivClassName
{
background-color: #E28390;
}
.BgClassName
{
background-color: #E28390;
}
</style>
border-color css
<style>
span { border-color: #E28390; }
span { border-color: rgb(226,131,144); }
td.TdClassName
{
border-color: #E28390;
}
.TagClassName
{
border-color: #E28390;
}
</style>