Shades of Carissma #E1868C
Tints of Carissma #E1868C
RGB
CMYK
RGB Variations
Color information
#E1868C (or 0xE1868C) is known color: Carissma. HEX triplet: E1, 86 and 8C. RGB value is (225,134,140). Sum of RGB (Red+Green+Blue) = 225+134+140=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868C is #1E7973. Grayscale: #A1A1A1. Windows color (decimal): -1997172 or 9209569. OLE color: 9209569.
HSL color Cylindrical-coordinate representation of color #E1868C: hue angle of 356.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1868C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 140 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.12 |
| HSL | 356.04º | 0.6% | 0.7% | - |
| HSV(B) | 356.04º | 0.4% | 0.88% | - |
| XYZ | 44.31 | 34.95 | 29.22 | - |
| YUV | 161.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 140 | 0 | 0.40 | 0.38 | 0.12 | 356.04 | 0.6 | 0.7 |
| Hex | E1 | 86 | 8C | 0 | 28 | 26 | C | 164 | 3C | 46 |
| Octal | 341 | 206 | 214 | 0 | 50 | 46 | 14 | 544 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10001100 | 0 | 101000 | 100110 | 1100 | 101100100 | 111100 | 1000110 |
Color Harmonies of #E1868C
Complementary color
Monochromatic Colors of #E1868C
Black with #E1868C
Text Example
Text Example
White with #E1868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1868C; }
p { color: rgb(225,134,140); }
H1.HeaderClassName
{
color: #E1868C;
}
.AnyTagClassName
{
color: #E1868C;
}
</style>
background-color css
<style>
a { background-color: #E1868C; }
a { background-color: rgb(225,134,140); }
div.DivClassName
{
background-color: #E1868C;
}
.BgClassName
{
background-color: #E1868C;
}
</style>
border-color css
<style>
span { border-color: #E1868C; }
span { border-color: rgb(225,134,140); }
td.TdClassName
{
border-color: #E1868C;
}
.TagClassName
{
border-color: #E1868C;
}
</style>