Shades of Carissma #E1868A
Tints of Carissma #E1868A
RGB
CMYK
RGB Variations
Color information
#E1868A (or 0xE1868A) is known color: Carissma. HEX triplet: E1, 86 and 8A. RGB value is (225,134,138). Sum of RGB (Red+Green+Blue) = 225+134+138=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868A is #1E7975. Grayscale: #A1A1A1. Windows color (decimal): -1997174 or 9078497. OLE color: 9078497.
HSL color Cylindrical-coordinate representation of color #E1868A: hue angle of 357.36º 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 #E1868A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 138 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.12 |
| HSL | 357.36º | 0.6% | 0.7% | - |
| HSV(B) | 357.36º | 0.4% | 0.88% | - |
| XYZ | 44.16 | 34.89 | 28.45 | - |
| YUV | 161.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 138 | 0 | 0.40 | 0.39 | 0.12 | 357.36 | 0.6 | 0.7 |
| Hex | E1 | 86 | 8A | 0 | 28 | 27 | C | 165 | 3C | 46 |
| Octal | 341 | 206 | 212 | 0 | 50 | 47 | 14 | 545 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10001010 | 0 | 101000 | 100111 | 1100 | 101100101 | 111100 | 1000110 |
Color Harmonies of #E1868A
Complementary color
Monochromatic Colors of #E1868A
Black with #E1868A
Text Example
Text Example
White with #E1868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1868A; }
p { color: rgb(225,134,138); }
H1.HeaderClassName
{
color: #E1868A;
}
.AnyTagClassName
{
color: #E1868A;
}
</style>
background-color css
<style>
a { background-color: #E1868A; }
a { background-color: rgb(225,134,138); }
div.DivClassName
{
background-color: #E1868A;
}
.BgClassName
{
background-color: #E1868A;
}
</style>
border-color css
<style>
span { border-color: #E1868A; }
span { border-color: rgb(225,134,138); }
td.TdClassName
{
border-color: #E1868A;
}
.TagClassName
{
border-color: #E1868A;
}
</style>