Shades of Carissma #E1829F
Tints of Carissma #E1829F
RGB
CMYK
RGB Variations
Color information
#E1829F (or 0xE1829F) is known color: Carissma. HEX triplet: E1, 82 and 9F. RGB value is (225,130,159). Sum of RGB (Red+Green+Blue) = 225+130+159=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1829F is #1E7D60. Grayscale: #A1A1A1. Windows color (decimal): -1998177 or 10453729. OLE color: 10453729.
HSL color Cylindrical-coordinate representation of color #E1829F: hue angle of 341.68º 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 #E1829F is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 159 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.12 |
| HSL | 341.68º | 0.61% | 0.7% | - |
| HSV(B) | 341.68º | 0.42% | 0.88% | - |
| XYZ | 45.29 | 34.48 | 37.07 | - |
| YUV | 161.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 159 | 0 | 0.42 | 0.29 | 0.12 | 341.68 | 0.61 | 0.7 |
| Hex | E1 | 82 | 9F | 0 | 2A | 1D | C | 156 | 3D | 46 |
| Octal | 341 | 202 | 237 | 0 | 52 | 35 | 14 | 526 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10011111 | 0 | 101010 | 11101 | 1100 | 101010110 | 111101 | 1000110 |
Color Harmonies of #E1829F
Complementary color
Monochromatic Colors of #E1829F
Black with #E1829F
Text Example
Text Example
White with #E1829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1829F; }
p { color: rgb(225,130,159); }
H1.HeaderClassName
{
color: #E1829F;
}
.AnyTagClassName
{
color: #E1829F;
}
</style>
background-color css
<style>
a { background-color: #E1829F; }
a { background-color: rgb(225,130,159); }
div.DivClassName
{
background-color: #E1829F;
}
.BgClassName
{
background-color: #E1829F;
}
</style>
border-color css
<style>
span { border-color: #E1829F; }
span { border-color: rgb(225,130,159); }
td.TdClassName
{
border-color: #E1829F;
}
.TagClassName
{
border-color: #E1829F;
}
</style>