Shades of Carissma #E1859D
Tints of Carissma #E1859D
RGB
CMYK
RGB Variations
Color information
#E1859D (or 0xE1859D) is known color: Carissma. HEX triplet: E1, 85 and 9D. RGB value is (225,133,157). Sum of RGB (Red+Green+Blue) = 225+133+157=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1859D is #1E7A62. Grayscale: #A3A3A3. Windows color (decimal): -1997411 or 10323425. OLE color: 10323425.
HSL color Cylindrical-coordinate representation of color #E1859D: hue angle of 344.35º degrees, saturation: 0.61, 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 #E1859D is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 157 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.12 |
| HSL | 344.35º | 0.61% | 0.7% | - |
| HSV(B) | 344.35º | 0.41% | 0.88% | - |
| XYZ | 45.52 | 35.22 | 36.3 | - |
| YUV | 163.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 157 | 0 | 0.41 | 0.30 | 0.12 | 344.35 | 0.61 | 0.7 |
| Hex | E1 | 85 | 9D | 0 | 29 | 1E | C | 158 | 3D | 46 |
| Octal | 341 | 205 | 235 | 0 | 51 | 36 | 14 | 530 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10011101 | 0 | 101001 | 11110 | 1100 | 101011000 | 111101 | 1000110 |
Color Harmonies of #E1859D
Complementary color
Monochromatic Colors of #E1859D
Black with #E1859D
Text Example
Text Example
White with #E1859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1859D; }
p { color: rgb(225,133,157); }
H1.HeaderClassName
{
color: #E1859D;
}
.AnyTagClassName
{
color: #E1859D;
}
</style>
background-color css
<style>
a { background-color: #E1859D; }
a { background-color: rgb(225,133,157); }
div.DivClassName
{
background-color: #E1859D;
}
.BgClassName
{
background-color: #E1859D;
}
</style>
border-color css
<style>
span { border-color: #E1859D; }
span { border-color: rgb(225,133,157); }
td.TdClassName
{
border-color: #E1859D;
}
.TagClassName
{
border-color: #E1859D;
}
</style>