Shades of Carissma #E18197
Tints of Carissma #E18197
RGB
CMYK
RGB Variations
Color information
#E18197 (or 0xE18197) is known color: Carissma. HEX triplet: E1, 81 and 97. RGB value is (225,129,151). Sum of RGB (Red+Green+Blue) = 225+129+151=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E18197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18197 is #1E7E68. Grayscale: #A0A0A0. Windows color (decimal): -1998441 or 9929185. OLE color: 9929185.
HSL color Cylindrical-coordinate representation of color #E18197: hue angle of 346.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18197 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 151 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.12 |
| HSL | 346.25º | 0.62% | 0.69% | - |
| HSV(B) | 346.25º | 0.43% | 0.88% | - |
| XYZ | 44.49 | 33.94 | 33.48 | - |
| YUV | 160.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 151 | 0 | 0.43 | 0.33 | 0.12 | 346.25 | 0.62 | 0.69 |
| Hex | E1 | 81 | 97 | 0 | 2B | 21 | C | 15A | 3E | 45 |
| Octal | 341 | 201 | 227 | 0 | 53 | 41 | 14 | 532 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10010111 | 0 | 101011 | 100001 | 1100 | 101011010 | 111110 | 1000101 |
Color Harmonies of #E18197
Complementary color
Monochromatic Colors of #E18197
Black with #E18197
Text Example
Text Example
White with #E18197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18197; }
p { color: rgb(225,129,151); }
H1.HeaderClassName
{
color: #E18197;
}
.AnyTagClassName
{
color: #E18197;
}
</style>
background-color css
<style>
a { background-color: #E18197; }
a { background-color: rgb(225,129,151); }
div.DivClassName
{
background-color: #E18197;
}
.BgClassName
{
background-color: #E18197;
}
</style>
border-color css
<style>
span { border-color: #E18197; }
span { border-color: rgb(225,129,151); }
td.TdClassName
{
border-color: #E18197;
}
.TagClassName
{
border-color: #E18197;
}
</style>