Shades of Carissma #E1838B
Tints of Carissma #E1838B
RGB
CMYK
RGB Variations
Color information
#E1838B (or 0xE1838B) is known color: Carissma. HEX triplet: E1, 83 and 8B. RGB value is (225,131,139). Sum of RGB (Red+Green+Blue) = 225+131+139=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1838B is #1E7C74. Grayscale: #A0A0A0. Windows color (decimal): -1997941 or 9143265. OLE color: 9143265.
HSL color Cylindrical-coordinate representation of color #E1838B: hue angle of 354.89º 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 #E1838B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 139 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.12 |
| HSL | 354.89º | 0.61% | 0.7% | - |
| HSV(B) | 354.89º | 0.42% | 0.88% | - |
| XYZ | 43.83 | 34.1 | 28.7 | - |
| YUV | 160.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 139 | 0 | 0.42 | 0.38 | 0.12 | 354.89 | 0.61 | 0.7 |
| Hex | E1 | 83 | 8B | 0 | 2A | 26 | C | 163 | 3D | 46 |
| Octal | 341 | 203 | 213 | 0 | 52 | 46 | 14 | 543 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10001011 | 0 | 101010 | 100110 | 1100 | 101100011 | 111101 | 1000110 |
Color Harmonies of #E1838B
Complementary color
Monochromatic Colors of #E1838B
Black with #E1838B
Text Example
Text Example
White with #E1838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1838B; }
p { color: rgb(225,131,139); }
H1.HeaderClassName
{
color: #E1838B;
}
.AnyTagClassName
{
color: #E1838B;
}
</style>
background-color css
<style>
a { background-color: #E1838B; }
a { background-color: rgb(225,131,139); }
div.DivClassName
{
background-color: #E1838B;
}
.BgClassName
{
background-color: #E1838B;
}
</style>
border-color css
<style>
span { border-color: #E1838B; }
span { border-color: rgb(225,131,139); }
td.TdClassName
{
border-color: #E1838B;
}
.TagClassName
{
border-color: #E1838B;
}
</style>