Shades of Carissma #E589A0
Tints of Carissma #E589A0
RGB
CMYK
RGB Variations
Color information
#E589A0 (or 0xE589A0) is known color: Carissma. HEX triplet: E5, 89 and A0. RGB value is (229,137,160). Sum of RGB (Red+Green+Blue) = 229+137+160=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E589A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E589A0 is #1A765F. Grayscale: #A7A7A7. Windows color (decimal): -1734240 or 10521061. OLE color: 10521061.
HSL color Cylindrical-coordinate representation of color #E589A0: hue angle of 345º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E589A0 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 160 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.10 |
| HSL | 345º | 0.64% | 0.72% | - |
| HSV(B) | 345º | 0.4% | 0.9% | - |
| XYZ | 47.6 | 37.09 | 37.91 | - |
| YUV | 167.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 160 | 0 | 0.40 | 0.30 | 0.10 | 345 | 0.64 | 0.72 |
| Hex | E5 | 89 | A0 | 0 | 28 | 1E | A | 159 | 40 | 48 |
| Octal | 345 | 211 | 240 | 0 | 50 | 36 | 12 | 531 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10100000 | 0 | 101000 | 11110 | 1010 | 101011001 | 1000000 | 1001000 |
Color Harmonies of #E589A0
Complementary color
Monochromatic Colors of #E589A0
Black with #E589A0
Text Example
Text Example
White with #E589A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589A0; }
p { color: rgb(229,137,160); }
H1.HeaderClassName
{
color: #E589A0;
}
.AnyTagClassName
{
color: #E589A0;
}
</style>
background-color css
<style>
a { background-color: #E589A0; }
a { background-color: rgb(229,137,160); }
div.DivClassName
{
background-color: #E589A0;
}
.BgClassName
{
background-color: #E589A0;
}
</style>
border-color css
<style>
span { border-color: #E589A0; }
span { border-color: rgb(229,137,160); }
td.TdClassName
{
border-color: #E589A0;
}
.TagClassName
{
border-color: #E589A0;
}
</style>