Shades of Carissma #E1838F
Tints of Carissma #E1838F
RGB
CMYK
RGB Variations
Color information
#E1838F (or 0xE1838F) is known color: Carissma. HEX triplet: E1, 83 and 8F. RGB value is (225,131,143). Sum of RGB (Red+Green+Blue) = 225+131+143=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1838F is #1E7C70. Grayscale: #A0A0A0. Windows color (decimal): -1997937 or 9405409. OLE color: 9405409.
HSL color Cylindrical-coordinate representation of color #E1838F: hue angle of 352.34º 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 #E1838F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 143 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.12 |
| HSL | 352.34º | 0.61% | 0.7% | - |
| HSV(B) | 352.34º | 0.42% | 0.88% | - |
| XYZ | 44.13 | 34.22 | 30.27 | - |
| YUV | 160.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 143 | 0 | 0.42 | 0.36 | 0.12 | 352.34 | 0.61 | 0.7 |
| Hex | E1 | 83 | 8F | 0 | 2A | 24 | C | 160 | 3D | 46 |
| Octal | 341 | 203 | 217 | 0 | 52 | 44 | 14 | 540 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10001111 | 0 | 101010 | 100100 | 1100 | 101100000 | 111101 | 1000110 |
Color Harmonies of #E1838F
Complementary color
Monochromatic Colors of #E1838F
Black with #E1838F
Text Example
Text Example
White with #E1838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1838F; }
p { color: rgb(225,131,143); }
H1.HeaderClassName
{
color: #E1838F;
}
.AnyTagClassName
{
color: #E1838F;
}
</style>
background-color css
<style>
a { background-color: #E1838F; }
a { background-color: rgb(225,131,143); }
div.DivClassName
{
background-color: #E1838F;
}
.BgClassName
{
background-color: #E1838F;
}
</style>
border-color css
<style>
span { border-color: #E1838F; }
span { border-color: rgb(225,131,143); }
td.TdClassName
{
border-color: #E1838F;
}
.TagClassName
{
border-color: #E1838F;
}
</style>