Shades of Carissma #E18288
Tints of Carissma #E18288
RGB
CMYK
RGB Variations
Color information
#E18288 (or 0xE18288) is known color: Carissma. HEX triplet: E1, 82 and 88. RGB value is (225,130,136). Sum of RGB (Red+Green+Blue) = 225+130+136=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E18288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18288 is #1E7D77. Grayscale: #9F9F9F. Windows color (decimal): -1998200 or 8946401. OLE color: 8946401.
HSL color Cylindrical-coordinate representation of color #E18288: hue angle of 356.21º 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 #E18288 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 136 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.12 |
| HSL | 356.21º | 0.61% | 0.7% | - |
| HSV(B) | 356.21º | 0.42% | 0.88% | - |
| XYZ | 43.48 | 33.75 | 27.52 | - |
| YUV | 159.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 136 | 0 | 0.42 | 0.40 | 0.12 | 356.21 | 0.61 | 0.7 |
| Hex | E1 | 82 | 88 | 0 | 2A | 28 | C | 164 | 3D | 46 |
| Octal | 341 | 202 | 210 | 0 | 52 | 50 | 14 | 544 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10001000 | 0 | 101010 | 101000 | 1100 | 101100100 | 111101 | 1000110 |
Color Harmonies of #E18288
Complementary color
Monochromatic Colors of #E18288
Black with #E18288
Text Example
Text Example
White with #E18288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18288; }
p { color: rgb(225,130,136); }
H1.HeaderClassName
{
color: #E18288;
}
.AnyTagClassName
{
color: #E18288;
}
</style>
background-color css
<style>
a { background-color: #E18288; }
a { background-color: rgb(225,130,136); }
div.DivClassName
{
background-color: #E18288;
}
.BgClassName
{
background-color: #E18288;
}
</style>
border-color css
<style>
span { border-color: #E18288; }
span { border-color: rgb(225,130,136); }
td.TdClassName
{
border-color: #E18288;
}
.TagClassName
{
border-color: #E18288;
}
</style>