Shades of Carissma #E5829B
Tints of Carissma #E5829B
RGB
CMYK
RGB Variations
Color information
#E5829B (or 0xE5829B) is known color: Carissma. HEX triplet: E5, 82 and 9B. RGB value is (229,130,155). Sum of RGB (Red+Green+Blue) = 229+130+155=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5829B is #1A7D64. Grayscale: #A2A2A2. Windows color (decimal): -1736037 or 10191589. OLE color: 10191589.
HSL color Cylindrical-coordinate representation of color #E5829B: hue angle of 344.85º 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 #E5829B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 155 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.10 |
| HSL | 344.85º | 0.66% | 0.7% | - |
| HSV(B) | 344.85º | 0.43% | 0.9% | - |
| XYZ | 46.21 | 34.99 | 35.33 | - |
| YUV | 162.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 155 | 0 | 0.43 | 0.32 | 0.10 | 344.85 | 0.66 | 0.7 |
| Hex | E5 | 82 | 9B | 0 | 2B | 20 | A | 159 | 42 | 46 |
| Octal | 345 | 202 | 233 | 0 | 53 | 40 | 12 | 531 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10011011 | 0 | 101011 | 100000 | 1010 | 101011001 | 1000010 | 1000110 |
Color Harmonies of #E5829B
Complementary color
Monochromatic Colors of #E5829B
Black with #E5829B
Text Example
Text Example
White with #E5829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5829B; }
p { color: rgb(229,130,155); }
H1.HeaderClassName
{
color: #E5829B;
}
.AnyTagClassName
{
color: #E5829B;
}
</style>
background-color css
<style>
a { background-color: #E5829B; }
a { background-color: rgb(229,130,155); }
div.DivClassName
{
background-color: #E5829B;
}
.BgClassName
{
background-color: #E5829B;
}
</style>
border-color css
<style>
span { border-color: #E5829B; }
span { border-color: rgb(229,130,155); }
td.TdClassName
{
border-color: #E5829B;
}
.TagClassName
{
border-color: #E5829B;
}
</style>