Shades of Carissma #E28199
Tints of Carissma #E28199
RGB
CMYK
RGB Variations
Color information
#E28199 (or 0xE28199) is known color: Carissma. HEX triplet: E2, 81 and 99. RGB value is (226,129,153). Sum of RGB (Red+Green+Blue) = 226+129+153=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E28199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28199 is #1D7E66. Grayscale: #A0A0A0. Windows color (decimal): -1932903 or 10060258. OLE color: 10060258.
HSL color Cylindrical-coordinate representation of color #E28199: hue angle of 345.15º 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 #E28199 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 153 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.11 |
| HSL | 345.15º | 0.63% | 0.7% | - |
| HSV(B) | 345.15º | 0.43% | 0.89% | - |
| XYZ | 44.96 | 34.17 | 34.36 | - |
| YUV | 160.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 153 | 0 | 0.43 | 0.32 | 0.11 | 345.15 | 0.63 | 0.7 |
| Hex | E2 | 81 | 99 | 0 | 2B | 20 | B | 159 | 3F | 46 |
| Octal | 342 | 201 | 231 | 0 | 53 | 40 | 13 | 531 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10011001 | 0 | 101011 | 100000 | 1011 | 101011001 | 111111 | 1000110 |
Color Harmonies of #E28199
Complementary color
Monochromatic Colors of #E28199
Black with #E28199
Text Example
Text Example
White with #E28199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28199; }
p { color: rgb(226,129,153); }
H1.HeaderClassName
{
color: #E28199;
}
.AnyTagClassName
{
color: #E28199;
}
</style>
background-color css
<style>
a { background-color: #E28199; }
a { background-color: rgb(226,129,153); }
div.DivClassName
{
background-color: #E28199;
}
.BgClassName
{
background-color: #E28199;
}
</style>
border-color css
<style>
span { border-color: #E28199; }
span { border-color: rgb(226,129,153); }
td.TdClassName
{
border-color: #E28199;
}
.TagClassName
{
border-color: #E28199;
}
</style>