Shades of Carissma #E1829E
Tints of Carissma #E1829E
RGB
CMYK
RGB Variations
Color information
#E1829E (or 0xE1829E) is known color: Carissma. HEX triplet: E1, 82 and 9E. RGB value is (225,130,158). Sum of RGB (Red+Green+Blue) = 225+130+158=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1829E is #1E7D61. Grayscale: #A1A1A1. Windows color (decimal): -1998178 or 10388193. OLE color: 10388193.
HSL color Cylindrical-coordinate representation of color #E1829E: hue angle of 342.32º 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 #E1829E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 158 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.12 |
| HSL | 342.32º | 0.61% | 0.7% | - |
| HSV(B) | 342.32º | 0.42% | 0.88% | - |
| XYZ | 45.21 | 34.44 | 36.61 | - |
| YUV | 161.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 158 | 0 | 0.42 | 0.30 | 0.12 | 342.32 | 0.61 | 0.7 |
| Hex | E1 | 82 | 9E | 0 | 2A | 1E | C | 156 | 3D | 46 |
| Octal | 341 | 202 | 236 | 0 | 52 | 36 | 14 | 526 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10011110 | 0 | 101010 | 11110 | 1100 | 101010110 | 111101 | 1000110 |
Color Harmonies of #E1829E
Complementary color
Monochromatic Colors of #E1829E
Black with #E1829E
Text Example
Text Example
White with #E1829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1829E; }
p { color: rgb(225,130,158); }
H1.HeaderClassName
{
color: #E1829E;
}
.AnyTagClassName
{
color: #E1829E;
}
</style>
background-color css
<style>
a { background-color: #E1829E; }
a { background-color: rgb(225,130,158); }
div.DivClassName
{
background-color: #E1829E;
}
.BgClassName
{
background-color: #E1829E;
}
</style>
border-color css
<style>
span { border-color: #E1829E; }
span { border-color: rgb(225,130,158); }
td.TdClassName
{
border-color: #E1829E;
}
.TagClassName
{
border-color: #E1829E;
}
</style>