Shades of Carissma #E28096
Tints of Carissma #E28096
RGB
CMYK
RGB Variations
Color information
#E28096 (or 0xE28096) is known color: Carissma. HEX triplet: E2, 80 and 96. RGB value is (226,128,150). Sum of RGB (Red+Green+Blue) = 226+128+150=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E28096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28096 is #1D7F69. Grayscale: #9F9F9F. Windows color (decimal): -1933162 or 9863394. OLE color: 9863394.
HSL color Cylindrical-coordinate representation of color #E28096: hue angle of 346.53º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28096 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 150 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.11 |
| HSL | 346.53º | 0.63% | 0.69% | - |
| HSV(B) | 346.53º | 0.43% | 0.89% | - |
| XYZ | 44.59 | 33.81 | 33.03 | - |
| YUV | 159.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 150 | 0 | 0.43 | 0.34 | 0.11 | 346.53 | 0.63 | 0.69 |
| Hex | E2 | 80 | 96 | 0 | 2B | 22 | B | 15B | 3F | 45 |
| Octal | 342 | 200 | 226 | 0 | 53 | 42 | 13 | 533 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10010110 | 0 | 101011 | 100010 | 1011 | 101011011 | 111111 | 1000101 |
Color Harmonies of #E28096
Complementary color
Monochromatic Colors of #E28096
Black with #E28096
Text Example
Text Example
White with #E28096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28096; }
p { color: rgb(226,128,150); }
H1.HeaderClassName
{
color: #E28096;
}
.AnyTagClassName
{
color: #E28096;
}
</style>
background-color css
<style>
a { background-color: #E28096; }
a { background-color: rgb(226,128,150); }
div.DivClassName
{
background-color: #E28096;
}
.BgClassName
{
background-color: #E28096;
}
</style>
border-color css
<style>
span { border-color: #E28096; }
span { border-color: rgb(226,128,150); }
td.TdClassName
{
border-color: #E28096;
}
.TagClassName
{
border-color: #E28096;
}
</style>