Shades of Carissma #E1838E
Tints of Carissma #E1838E
RGB
CMYK
RGB Variations
Color information
#E1838E (or 0xE1838E) is known color: Carissma. HEX triplet: E1, 83 and 8E. RGB value is (225,131,142). Sum of RGB (Red+Green+Blue) = 225+131+142=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1838E is #1E7C71. Grayscale: #A0A0A0. Windows color (decimal): -1997938 or 9339873. OLE color: 9339873.
HSL color Cylindrical-coordinate representation of color #E1838E: hue angle of 352.98º 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 #E1838E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 142 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.12 |
| HSL | 352.98º | 0.61% | 0.7% | - |
| HSV(B) | 352.98º | 0.42% | 0.88% | - |
| XYZ | 44.05 | 34.19 | 29.87 | - |
| YUV | 160.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 142 | 0 | 0.42 | 0.37 | 0.12 | 352.98 | 0.61 | 0.7 |
| Hex | E1 | 83 | 8E | 0 | 2A | 25 | C | 161 | 3D | 46 |
| Octal | 341 | 203 | 216 | 0 | 52 | 45 | 14 | 541 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10001110 | 0 | 101010 | 100101 | 1100 | 101100001 | 111101 | 1000110 |
Color Harmonies of #E1838E
Complementary color
Monochromatic Colors of #E1838E
Black with #E1838E
Text Example
Text Example
White with #E1838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1838E; }
p { color: rgb(225,131,142); }
H1.HeaderClassName
{
color: #E1838E;
}
.AnyTagClassName
{
color: #E1838E;
}
</style>
background-color css
<style>
a { background-color: #E1838E; }
a { background-color: rgb(225,131,142); }
div.DivClassName
{
background-color: #E1838E;
}
.BgClassName
{
background-color: #E1838E;
}
</style>
border-color css
<style>
span { border-color: #E1838E; }
span { border-color: rgb(225,131,142); }
td.TdClassName
{
border-color: #E1838E;
}
.TagClassName
{
border-color: #E1838E;
}
</style>