Shades of Carissma #E1858A
Tints of Carissma #E1858A
RGB
CMYK
RGB Variations
Color information
#E1858A (or 0xE1858A) is known color: Carissma. HEX triplet: E1, 85 and 8A. RGB value is (225,133,138). Sum of RGB (Red+Green+Blue) = 225+133+138=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1858A is #1E7A75. Grayscale: #A1A1A1. Windows color (decimal): -1997430 or 9078241. OLE color: 9078241.
HSL color Cylindrical-coordinate representation of color #E1858A: hue angle of 356.74º 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 #E1858A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 138 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.12 |
| HSL | 356.74º | 0.61% | 0.7% | - |
| HSV(B) | 356.74º | 0.41% | 0.88% | - |
| XYZ | 44.03 | 34.62 | 28.41 | - |
| YUV | 161.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 138 | 0 | 0.41 | 0.39 | 0.12 | 356.74 | 0.61 | 0.7 |
| Hex | E1 | 85 | 8A | 0 | 29 | 27 | C | 165 | 3D | 46 |
| Octal | 341 | 205 | 212 | 0 | 51 | 47 | 14 | 545 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10001010 | 0 | 101001 | 100111 | 1100 | 101100101 | 111101 | 1000110 |
Color Harmonies of #E1858A
Complementary color
Monochromatic Colors of #E1858A
Black with #E1858A
Text Example
Text Example
White with #E1858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1858A; }
p { color: rgb(225,133,138); }
H1.HeaderClassName
{
color: #E1858A;
}
.AnyTagClassName
{
color: #E1858A;
}
</style>
background-color css
<style>
a { background-color: #E1858A; }
a { background-color: rgb(225,133,138); }
div.DivClassName
{
background-color: #E1858A;
}
.BgClassName
{
background-color: #E1858A;
}
</style>
border-color css
<style>
span { border-color: #E1858A; }
span { border-color: rgb(225,133,138); }
td.TdClassName
{
border-color: #E1858A;
}
.TagClassName
{
border-color: #E1858A;
}
</style>