Shades of Carissma #E0859A
Tints of Carissma #E0859A
RGB
CMYK
RGB Variations
Color information
#E0859A (or 0xE0859A) is known color: Carissma. HEX triplet: E0, 85 and 9A. RGB value is (224,133,154). Sum of RGB (Red+Green+Blue) = 224+133+154=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0859A is #1F7A65. Grayscale: #A2A2A2. Windows color (decimal): -2062950 or 10126816. OLE color: 10126816.
HSL color Cylindrical-coordinate representation of color #E0859A: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0859A is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 154 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.12 |
| HSL | 346.15º | 0.59% | 0.7% | - |
| HSV(B) | 346.15º | 0.41% | 0.88% | - |
| XYZ | 44.96 | 34.96 | 34.95 | - |
| YUV | 162.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 154 | 0 | 0.41 | 0.31 | 0.12 | 346.15 | 0.59 | 0.7 |
| Hex | E0 | 85 | 9A | 0 | 29 | 1F | C | 15A | 3B | 46 |
| Octal | 340 | 205 | 232 | 0 | 51 | 37 | 14 | 532 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10011010 | 0 | 101001 | 11111 | 1100 | 101011010 | 111011 | 1000110 |
Color Harmonies of #E0859A
Complementary color
Monochromatic Colors of #E0859A
Black with #E0859A
Text Example
Text Example
White with #E0859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0859A; }
p { color: rgb(224,133,154); }
H1.HeaderClassName
{
color: #E0859A;
}
.AnyTagClassName
{
color: #E0859A;
}
</style>
background-color css
<style>
a { background-color: #E0859A; }
a { background-color: rgb(224,133,154); }
div.DivClassName
{
background-color: #E0859A;
}
.BgClassName
{
background-color: #E0859A;
}
</style>
border-color css
<style>
span { border-color: #E0859A; }
span { border-color: rgb(224,133,154); }
td.TdClassName
{
border-color: #E0859A;
}
.TagClassName
{
border-color: #E0859A;
}
</style>