Shades of Carissma #E1859C
Tints of Carissma #E1859C
RGB
CMYK
RGB Variations
Color information
#E1859C (or 0xE1859C) is known color: Carissma. HEX triplet: E1, 85 and 9C. RGB value is (225,133,156). Sum of RGB (Red+Green+Blue) = 225+133+156=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1859C is #1E7A63. Grayscale: #A3A3A3. Windows color (decimal): -1997412 or 10257889. OLE color: 10257889.
HSL color Cylindrical-coordinate representation of color #E1859C: hue angle of 345º 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 #E1859C is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 156 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.12 |
| HSL | 345º | 0.61% | 0.7% | - |
| HSV(B) | 345º | 0.41% | 0.88% | - |
| XYZ | 45.44 | 35.18 | 35.85 | - |
| YUV | 163.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 156 | 0 | 0.41 | 0.31 | 0.12 | 345 | 0.61 | 0.7 |
| Hex | E1 | 85 | 9C | 0 | 29 | 1F | C | 159 | 3D | 46 |
| Octal | 341 | 205 | 234 | 0 | 51 | 37 | 14 | 531 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10011100 | 0 | 101001 | 11111 | 1100 | 101011001 | 111101 | 1000110 |
Color Harmonies of #E1859C
Complementary color
Monochromatic Colors of #E1859C
Black with #E1859C
Text Example
Text Example
White with #E1859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1859C; }
p { color: rgb(225,133,156); }
H1.HeaderClassName
{
color: #E1859C;
}
.AnyTagClassName
{
color: #E1859C;
}
</style>
background-color css
<style>
a { background-color: #E1859C; }
a { background-color: rgb(225,133,156); }
div.DivClassName
{
background-color: #E1859C;
}
.BgClassName
{
background-color: #E1859C;
}
</style>
border-color css
<style>
span { border-color: #E1859C; }
span { border-color: rgb(225,133,156); }
td.TdClassName
{
border-color: #E1859C;
}
.TagClassName
{
border-color: #E1859C;
}
</style>