Shades of Carissma #E5829A
Tints of Carissma #E5829A
RGB
CMYK
RGB Variations
Color information
#E5829A (or 0xE5829A) is known color: Carissma. HEX triplet: E5, 82 and 9A. RGB value is (229,130,154). Sum of RGB (Red+Green+Blue) = 229+130+154=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5829A is #1A7D65. Grayscale: #A2A2A2. Windows color (decimal): -1736038 or 10126053. OLE color: 10126053.
HSL color Cylindrical-coordinate representation of color #E5829A: hue angle of 345.45º 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 #E5829A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 154 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.10 |
| HSL | 345.45º | 0.66% | 0.7% | - |
| HSV(B) | 345.45º | 0.43% | 0.9% | - |
| XYZ | 46.13 | 34.96 | 34.89 | - |
| YUV | 162.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 154 | 0 | 0.43 | 0.33 | 0.10 | 345.45 | 0.66 | 0.7 |
| Hex | E5 | 82 | 9A | 0 | 2B | 21 | A | 159 | 42 | 46 |
| Octal | 345 | 202 | 232 | 0 | 53 | 41 | 12 | 531 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10011010 | 0 | 101011 | 100001 | 1010 | 101011001 | 1000010 | 1000110 |
Color Harmonies of #E5829A
Complementary color
Monochromatic Colors of #E5829A
Black with #E5829A
Text Example
Text Example
White with #E5829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5829A; }
p { color: rgb(229,130,154); }
H1.HeaderClassName
{
color: #E5829A;
}
.AnyTagClassName
{
color: #E5829A;
}
</style>
background-color css
<style>
a { background-color: #E5829A; }
a { background-color: rgb(229,130,154); }
div.DivClassName
{
background-color: #E5829A;
}
.BgClassName
{
background-color: #E5829A;
}
</style>
border-color css
<style>
span { border-color: #E5829A; }
span { border-color: rgb(229,130,154); }
td.TdClassName
{
border-color: #E5829A;
}
.TagClassName
{
border-color: #E5829A;
}
</style>