Shades of Carissma #E582A1
Tints of Carissma #E582A1
RGB
CMYK
RGB Variations
Color information
#E582A1 (or 0xE582A1) is known color: Carissma. HEX triplet: E5, 82 and A1. RGB value is (229,130,161). Sum of RGB (Red+Green+Blue) = 229+130+161=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E582A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E582A1 is #1A7D5E. Grayscale: #A3A3A3. Windows color (decimal): -1736031 or 10584805. OLE color: 10584805.
HSL color Cylindrical-coordinate representation of color #E582A1: hue angle of 341.21º 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 #E582A1 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 161 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.10 |
| HSL | 341.21º | 0.66% | 0.7% | - |
| HSV(B) | 341.21º | 0.43% | 0.9% | - |
| XYZ | 46.73 | 35.2 | 38.05 | - |
| YUV | 163.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 161 | 0 | 0.43 | 0.30 | 0.10 | 341.21 | 0.66 | 0.7 |
| Hex | E5 | 82 | A1 | 0 | 2B | 1E | A | 155 | 42 | 46 |
| Octal | 345 | 202 | 241 | 0 | 53 | 36 | 12 | 525 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10100001 | 0 | 101011 | 11110 | 1010 | 101010101 | 1000010 | 1000110 |
Color Harmonies of #E582A1
Complementary color
Monochromatic Colors of #E582A1
Black with #E582A1
Text Example
Text Example
White with #E582A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582A1; }
p { color: rgb(229,130,161); }
H1.HeaderClassName
{
color: #E582A1;
}
.AnyTagClassName
{
color: #E582A1;
}
</style>
background-color css
<style>
a { background-color: #E582A1; }
a { background-color: rgb(229,130,161); }
div.DivClassName
{
background-color: #E582A1;
}
.BgClassName
{
background-color: #E582A1;
}
</style>
border-color css
<style>
span { border-color: #E582A1; }
span { border-color: rgb(229,130,161); }
td.TdClassName
{
border-color: #E582A1;
}
.TagClassName
{
border-color: #E582A1;
}
</style>