Shades of Carissma #E5829F
Tints of Carissma #E5829F
RGB
CMYK
RGB Variations
Color information
#E5829F (or 0xE5829F) is known color: Carissma. HEX triplet: E5, 82 and 9F. RGB value is (229,130,159). Sum of RGB (Red+Green+Blue) = 229+130+159=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5829F is #1A7D60. Grayscale: #A2A2A2. Windows color (decimal): -1736033 or 10453733. OLE color: 10453733.
HSL color Cylindrical-coordinate representation of color #E5829F: hue angle of 342.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5829F is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 159 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.10 |
| HSL | 342.42º | 0.66% | 0.7% | - |
| HSV(B) | 342.42º | 0.43% | 0.9% | - |
| XYZ | 46.55 | 35.13 | 37.13 | - |
| YUV | 162.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 159 | 0 | 0.43 | 0.31 | 0.10 | 342.42 | 0.66 | 0.7 |
| Hex | E5 | 82 | 9F | 0 | 2B | 1F | A | 156 | 42 | 46 |
| Octal | 345 | 202 | 237 | 0 | 53 | 37 | 12 | 526 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10011111 | 0 | 101011 | 11111 | 1010 | 101010110 | 1000010 | 1000110 |
Color Harmonies of #E5829F
Complementary color
Monochromatic Colors of #E5829F
Black with #E5829F
Text Example
Text Example
White with #E5829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5829F; }
p { color: rgb(229,130,159); }
H1.HeaderClassName
{
color: #E5829F;
}
.AnyTagClassName
{
color: #E5829F;
}
</style>
background-color css
<style>
a { background-color: #E5829F; }
a { background-color: rgb(229,130,159); }
div.DivClassName
{
background-color: #E5829F;
}
.BgClassName
{
background-color: #E5829F;
}
</style>
border-color css
<style>
span { border-color: #E5829F; }
span { border-color: rgb(229,130,159); }
td.TdClassName
{
border-color: #E5829F;
}
.TagClassName
{
border-color: #E5829F;
}
</style>