Shades of Carissma #E98492
Tints of Carissma #E98492
RGB
CMYK
RGB Variations
Color information
#E98492 (or 0xE98492) is known color: Carissma. HEX triplet: E9, 84 and 92. RGB value is (233,132,146). Sum of RGB (Red+Green+Blue) = 233+132+146=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E98492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98492 is #167B6D. Grayscale: #A3A3A3. Windows color (decimal): -1473390 or 9602281. OLE color: 9602281.
HSL color Cylindrical-coordinate representation of color #E98492: hue angle of 351.68º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E98492 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 146 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.09 |
| HSL | 351.68º | 0.7% | 0.72% | - |
| HSV(B) | 351.68º | 0.43% | 0.91% | - |
| XYZ | 47.04 | 35.9 | 31.64 | - |
| YUV | 163.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 146 | 0 | 0.43 | 0.37 | 0.09 | 351.68 | 0.7 | 0.72 |
| Hex | E9 | 84 | 92 | 0 | 2B | 25 | 9 | 160 | 46 | 48 |
| Octal | 351 | 204 | 222 | 0 | 53 | 45 | 11 | 540 | 106 | 110 |
| Binary | 11101001 | 10000100 | 10010010 | 0 | 101011 | 100101 | 1001 | 101100000 | 1000110 | 1001000 |
Color Harmonies of #E98492
Complementary color
Monochromatic Colors of #E98492
Black with #E98492
Text Example
Text Example
White with #E98492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98492; }
p { color: rgb(233,132,146); }
H1.HeaderClassName
{
color: #E98492;
}
.AnyTagClassName
{
color: #E98492;
}
</style>
background-color css
<style>
a { background-color: #E98492; }
a { background-color: rgb(233,132,146); }
div.DivClassName
{
background-color: #E98492;
}
.BgClassName
{
background-color: #E98492;
}
</style>
border-color css
<style>
span { border-color: #E98492; }
span { border-color: rgb(233,132,146); }
td.TdClassName
{
border-color: #E98492;
}
.TagClassName
{
border-color: #E98492;
}
</style>