Shades of Carissma #E18091
Tints of Carissma #E18091
RGB
CMYK
RGB Variations
Color information
#E18091 (or 0xE18091) is known color: Carissma. HEX triplet: E1, 80 and 91. RGB value is (225,128,145). Sum of RGB (Red+Green+Blue) = 225+128+145=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E18091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18091 is #1E7F6E. Grayscale: #9E9E9E. Windows color (decimal): -1998703 or 9535713. OLE color: 9535713.
HSL color Cylindrical-coordinate representation of color #E18091: hue angle of 349.48º 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 #E18091 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 145 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.12 |
| HSL | 349.48º | 0.62% | 0.69% | - |
| HSV(B) | 349.48º | 0.43% | 0.88% | - |
| XYZ | 43.88 | 33.49 | 30.94 | - |
| YUV | 158.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 145 | 0 | 0.43 | 0.36 | 0.12 | 349.48 | 0.62 | 0.69 |
| Hex | E1 | 80 | 91 | 0 | 2B | 24 | C | 15D | 3E | 45 |
| Octal | 341 | 200 | 221 | 0 | 53 | 44 | 14 | 535 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10010001 | 0 | 101011 | 100100 | 1100 | 101011101 | 111110 | 1000101 |
Color Harmonies of #E18091
Complementary color
Monochromatic Colors of #E18091
Black with #E18091
Text Example
Text Example
White with #E18091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18091; }
p { color: rgb(225,128,145); }
H1.HeaderClassName
{
color: #E18091;
}
.AnyTagClassName
{
color: #E18091;
}
</style>
background-color css
<style>
a { background-color: #E18091; }
a { background-color: rgb(225,128,145); }
div.DivClassName
{
background-color: #E18091;
}
.BgClassName
{
background-color: #E18091;
}
</style>
border-color css
<style>
span { border-color: #E18091; }
span { border-color: rgb(225,128,145); }
td.TdClassName
{
border-color: #E18091;
}
.TagClassName
{
border-color: #E18091;
}
</style>