Shades of Carissma #E581A0
Tints of Carissma #E581A0
RGB
CMYK
RGB Variations
Color information
#E581A0 (or 0xE581A0) is known color: Carissma. HEX triplet: E5, 81 and A0. RGB value is (229,129,160). Sum of RGB (Red+Green+Blue) = 229+129+160=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E581A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E581A0 is #1A7E5F. Grayscale: #A2A2A2. Windows color (decimal): -1736288 or 10519013. OLE color: 10519013.
HSL color Cylindrical-coordinate representation of color #E581A0: hue angle of 341.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E581A0 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 160 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.10 |
| HSL | 341.4º | 0.66% | 0.7% | - |
| HSV(B) | 341.4º | 0.44% | 0.9% | - |
| XYZ | 46.51 | 34.9 | 37.54 | - |
| YUV | 162.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 160 | 0 | 0.44 | 0.30 | 0.10 | 341.4 | 0.66 | 0.7 |
| Hex | E5 | 81 | A0 | 0 | 2C | 1E | A | 155 | 42 | 46 |
| Octal | 345 | 201 | 240 | 0 | 54 | 36 | 12 | 525 | 102 | 106 |
| Binary | 11100101 | 10000001 | 10100000 | 0 | 101100 | 11110 | 1010 | 101010101 | 1000010 | 1000110 |
Color Harmonies of #E581A0
Complementary color
Monochromatic Colors of #E581A0
Black with #E581A0
Text Example
Text Example
White with #E581A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E581A0; }
p { color: rgb(229,129,160); }
H1.HeaderClassName
{
color: #E581A0;
}
.AnyTagClassName
{
color: #E581A0;
}
</style>
background-color css
<style>
a { background-color: #E581A0; }
a { background-color: rgb(229,129,160); }
div.DivClassName
{
background-color: #E581A0;
}
.BgClassName
{
background-color: #E581A0;
}
</style>
border-color css
<style>
span { border-color: #E581A0; }
span { border-color: rgb(229,129,160); }
td.TdClassName
{
border-color: #E581A0;
}
.TagClassName
{
border-color: #E581A0;
}
</style>