Shades of Carissma #E28198
Tints of Carissma #E28198
RGB
CMYK
RGB Variations
Color information
#E28198 (or 0xE28198) is known color: Carissma. HEX triplet: E2, 81 and 98. RGB value is (226,129,152). Sum of RGB (Red+Green+Blue) = 226+129+152=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E28198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28198 is #1D7E67. Grayscale: #A0A0A0. Windows color (decimal): -1932904 or 9994722. OLE color: 9994722.
HSL color Cylindrical-coordinate representation of color #E28198: hue angle of 345.77º 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 #E28198 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 152 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.11 |
| HSL | 345.77º | 0.63% | 0.7% | - |
| HSV(B) | 345.77º | 0.43% | 0.89% | - |
| XYZ | 44.88 | 34.14 | 33.93 | - |
| YUV | 160.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 152 | 0 | 0.43 | 0.33 | 0.11 | 345.77 | 0.63 | 0.7 |
| Hex | E2 | 81 | 98 | 0 | 2B | 21 | B | 15A | 3F | 46 |
| Octal | 342 | 201 | 230 | 0 | 53 | 41 | 13 | 532 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10011000 | 0 | 101011 | 100001 | 1011 | 101011010 | 111111 | 1000110 |
Color Harmonies of #E28198
Complementary color
Monochromatic Colors of #E28198
Black with #E28198
Text Example
Text Example
White with #E28198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28198; }
p { color: rgb(226,129,152); }
H1.HeaderClassName
{
color: #E28198;
}
.AnyTagClassName
{
color: #E28198;
}
</style>
background-color css
<style>
a { background-color: #E28198; }
a { background-color: rgb(226,129,152); }
div.DivClassName
{
background-color: #E28198;
}
.BgClassName
{
background-color: #E28198;
}
</style>
border-color css
<style>
span { border-color: #E28198; }
span { border-color: rgb(226,129,152); }
td.TdClassName
{
border-color: #E28198;
}
.TagClassName
{
border-color: #E28198;
}
</style>