Shades of Carissma #E18297
Tints of Carissma #E18297
RGB
CMYK
RGB Variations
Color information
#E18297 (or 0xE18297) is known color: Carissma. HEX triplet: E1, 82 and 97. RGB value is (225,130,151). Sum of RGB (Red+Green+Blue) = 225+130+151=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18297 is #1E7D68. Grayscale: #A0A0A0. Windows color (decimal): -1998185 or 9929441. OLE color: 9929441.
HSL color Cylindrical-coordinate representation of color #E18297: hue angle of 346.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18297 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 151 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.12 |
| HSL | 346.74º | 0.61% | 0.7% | - |
| HSV(B) | 346.74º | 0.42% | 0.88% | - |
| XYZ | 44.62 | 34.21 | 33.53 | - |
| YUV | 160.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 151 | 0 | 0.42 | 0.33 | 0.12 | 346.74 | 0.61 | 0.7 |
| Hex | E1 | 82 | 97 | 0 | 2A | 21 | C | 15B | 3D | 46 |
| Octal | 341 | 202 | 227 | 0 | 52 | 41 | 14 | 533 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10010111 | 0 | 101010 | 100001 | 1100 | 101011011 | 111101 | 1000110 |
Color Harmonies of #E18297
Complementary color
Monochromatic Colors of #E18297
Black with #E18297
Text Example
Text Example
White with #E18297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18297; }
p { color: rgb(225,130,151); }
H1.HeaderClassName
{
color: #E18297;
}
.AnyTagClassName
{
color: #E18297;
}
</style>
background-color css
<style>
a { background-color: #E18297; }
a { background-color: rgb(225,130,151); }
div.DivClassName
{
background-color: #E18297;
}
.BgClassName
{
background-color: #E18297;
}
</style>
border-color css
<style>
span { border-color: #E18297; }
span { border-color: rgb(225,130,151); }
td.TdClassName
{
border-color: #E18297;
}
.TagClassName
{
border-color: #E18297;
}
</style>