Shades of Carissma #E1858B
Tints of Carissma #E1858B
RGB
CMYK
RGB Variations
Color information
#E1858B (or 0xE1858B) is known color: Carissma. HEX triplet: E1, 85 and 8B. RGB value is (225,133,139). Sum of RGB (Red+Green+Blue) = 225+133+139=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1858B is #1E7A74. Grayscale: #A1A1A1. Windows color (decimal): -1997429 or 9143777. OLE color: 9143777.
HSL color Cylindrical-coordinate representation of color #E1858B: hue angle of 356.09º 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 #E1858B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 139 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.12 |
| HSL | 356.09º | 0.61% | 0.7% | - |
| HSV(B) | 356.09º | 0.41% | 0.88% | - |
| XYZ | 44.1 | 34.65 | 28.79 | - |
| YUV | 161.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 139 | 0 | 0.41 | 0.38 | 0.12 | 356.09 | 0.61 | 0.7 |
| Hex | E1 | 85 | 8B | 0 | 29 | 26 | C | 164 | 3D | 46 |
| Octal | 341 | 205 | 213 | 0 | 51 | 46 | 14 | 544 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10001011 | 0 | 101001 | 100110 | 1100 | 101100100 | 111101 | 1000110 |
Color Harmonies of #E1858B
Complementary color
Monochromatic Colors of #E1858B
Black with #E1858B
Text Example
Text Example
White with #E1858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1858B; }
p { color: rgb(225,133,139); }
H1.HeaderClassName
{
color: #E1858B;
}
.AnyTagClassName
{
color: #E1858B;
}
</style>
background-color css
<style>
a { background-color: #E1858B; }
a { background-color: rgb(225,133,139); }
div.DivClassName
{
background-color: #E1858B;
}
.BgClassName
{
background-color: #E1858B;
}
</style>
border-color css
<style>
span { border-color: #E1858B; }
span { border-color: rgb(225,133,139); }
td.TdClassName
{
border-color: #E1858B;
}
.TagClassName
{
border-color: #E1858B;
}
</style>