Shades of Carissma #E18492
Tints of Carissma #E18492
RGB
CMYK
RGB Variations
Color information
#E18492 (or 0xE18492) is known color: Carissma. HEX triplet: E1, 84 and 92. RGB value is (225,132,146). Sum of RGB (Red+Green+Blue) = 225+132+146=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18492 is #1E7B6D. Grayscale: #A1A1A1. Windows color (decimal): -1997678 or 9602273. OLE color: 9602273.
HSL color Cylindrical-coordinate representation of color #E18492: hue angle of 350.97º 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 #E18492 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 146 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.12 |
| HSL | 350.97º | 0.61% | 0.7% | - |
| HSV(B) | 350.97º | 0.41% | 0.88% | - |
| XYZ | 44.49 | 34.59 | 31.52 | - |
| YUV | 161.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 146 | 0 | 0.41 | 0.35 | 0.12 | 350.97 | 0.61 | 0.7 |
| Hex | E1 | 84 | 92 | 0 | 29 | 23 | C | 15F | 3D | 46 |
| Octal | 341 | 204 | 222 | 0 | 51 | 43 | 14 | 537 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10010010 | 0 | 101001 | 100011 | 1100 | 101011111 | 111101 | 1000110 |
Color Harmonies of #E18492
Complementary color
Monochromatic Colors of #E18492
Black with #E18492
Text Example
Text Example
White with #E18492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18492; }
p { color: rgb(225,132,146); }
H1.HeaderClassName
{
color: #E18492;
}
.AnyTagClassName
{
color: #E18492;
}
</style>
background-color css
<style>
a { background-color: #E18492; }
a { background-color: rgb(225,132,146); }
div.DivClassName
{
background-color: #E18492;
}
.BgClassName
{
background-color: #E18492;
}
</style>
border-color css
<style>
span { border-color: #E18492; }
span { border-color: rgb(225,132,146); }
td.TdClassName
{
border-color: #E18492;
}
.TagClassName
{
border-color: #E18492;
}
</style>