Shades of Carissma #E1888B
Tints of Carissma #E1888B
RGB
CMYK
RGB Variations
Color information
#E1888B (or 0xE1888B) is known color: Carissma. HEX triplet: E1, 88 and 8B. RGB value is (225,136,139). Sum of RGB (Red+Green+Blue) = 225+136+139=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1888B is #1E7774. Grayscale: #A3A3A3. Windows color (decimal): -1996661 or 9144545. OLE color: 9144545.
HSL color Cylindrical-coordinate representation of color #E1888B: hue angle of 357.98º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1888B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 139 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.12 |
| HSL | 357.98º | 0.6% | 0.71% | - |
| HSV(B) | 357.98º | 0.4% | 0.88% | - |
| XYZ | 44.52 | 35.48 | 28.93 | - |
| YUV | 162.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 139 | 0 | 0.40 | 0.38 | 0.12 | 357.98 | 0.6 | 0.71 |
| Hex | E1 | 88 | 8B | 0 | 28 | 26 | C | 166 | 3C | 47 |
| Octal | 341 | 210 | 213 | 0 | 50 | 46 | 14 | 546 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10001011 | 0 | 101000 | 100110 | 1100 | 101100110 | 111100 | 1000111 |
Color Harmonies of #E1888B
Complementary color
Monochromatic Colors of #E1888B
Black with #E1888B
Text Example
Text Example
White with #E1888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1888B; }
p { color: rgb(225,136,139); }
H1.HeaderClassName
{
color: #E1888B;
}
.AnyTagClassName
{
color: #E1888B;
}
</style>
background-color css
<style>
a { background-color: #E1888B; }
a { background-color: rgb(225,136,139); }
div.DivClassName
{
background-color: #E1888B;
}
.BgClassName
{
background-color: #E1888B;
}
</style>
border-color css
<style>
span { border-color: #E1888B; }
span { border-color: rgb(225,136,139); }
td.TdClassName
{
border-color: #E1888B;
}
.TagClassName
{
border-color: #E1888B;
}
</style>