Shades of Carissma #E1848F
Tints of Carissma #E1848F
RGB
CMYK
RGB Variations
Color information
#E1848F (or 0xE1848F) is known color: Carissma. HEX triplet: E1, 84 and 8F. RGB value is (225,132,143). Sum of RGB (Red+Green+Blue) = 225+132+143=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1848F is #1E7B70. Grayscale: #A1A1A1. Windows color (decimal): -1997681 or 9405665. OLE color: 9405665.
HSL color Cylindrical-coordinate representation of color #E1848F: hue angle of 352.9º 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 #E1848F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 143 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.12 |
| HSL | 352.9º | 0.61% | 0.7% | - |
| HSV(B) | 352.9º | 0.41% | 0.88% | - |
| XYZ | 44.26 | 34.49 | 30.31 | - |
| YUV | 161.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 143 | 0 | 0.41 | 0.36 | 0.12 | 352.9 | 0.61 | 0.7 |
| Hex | E1 | 84 | 8F | 0 | 29 | 24 | C | 161 | 3D | 46 |
| Octal | 341 | 204 | 217 | 0 | 51 | 44 | 14 | 541 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10001111 | 0 | 101001 | 100100 | 1100 | 101100001 | 111101 | 1000110 |
Color Harmonies of #E1848F
Complementary color
Monochromatic Colors of #E1848F
Black with #E1848F
Text Example
Text Example
White with #E1848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1848F; }
p { color: rgb(225,132,143); }
H1.HeaderClassName
{
color: #E1848F;
}
.AnyTagClassName
{
color: #E1848F;
}
</style>
background-color css
<style>
a { background-color: #E1848F; }
a { background-color: rgb(225,132,143); }
div.DivClassName
{
background-color: #E1848F;
}
.BgClassName
{
background-color: #E1848F;
}
</style>
border-color css
<style>
span { border-color: #E1848F; }
span { border-color: rgb(225,132,143); }
td.TdClassName
{
border-color: #E1848F;
}
.TagClassName
{
border-color: #E1848F;
}
</style>