Shades of Carissma #E98288
Tints of Carissma #E98288
RGB
CMYK
RGB Variations
Color information
#E98288 (or 0xE98288) is known color: Carissma. HEX triplet: E9, 82 and 88. RGB value is (233,130,136). Sum of RGB (Red+Green+Blue) = 233+130+136=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E98288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98288 is #167D77. Grayscale: #A1A1A1. Windows color (decimal): -1473912 or 8946409. OLE color: 8946409.
HSL color Cylindrical-coordinate representation of color #E98288: hue angle of 356.5º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E98288 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 136 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.09 |
| HSL | 356.5º | 0.7% | 0.71% | - |
| HSV(B) | 356.5º | 0.44% | 0.91% | - |
| XYZ | 46.03 | 35.07 | 27.63 | - |
| YUV | 161.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 136 | 0 | 0.44 | 0.42 | 0.09 | 356.5 | 0.7 | 0.71 |
| Hex | E9 | 82 | 88 | 0 | 2C | 2A | 9 | 165 | 46 | 47 |
| Octal | 351 | 202 | 210 | 0 | 54 | 52 | 11 | 545 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10001000 | 0 | 101100 | 101010 | 1001 | 101100101 | 1000110 | 1000111 |
Color Harmonies of #E98288
Complementary color
Monochromatic Colors of #E98288
Black with #E98288
Text Example
Text Example
White with #E98288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98288; }
p { color: rgb(233,130,136); }
H1.HeaderClassName
{
color: #E98288;
}
.AnyTagClassName
{
color: #E98288;
}
</style>
background-color css
<style>
a { background-color: #E98288; }
a { background-color: rgb(233,130,136); }
div.DivClassName
{
background-color: #E98288;
}
.BgClassName
{
background-color: #E98288;
}
</style>
border-color css
<style>
span { border-color: #E98288; }
span { border-color: rgb(233,130,136); }
td.TdClassName
{
border-color: #E98288;
}
.TagClassName
{
border-color: #E98288;
}
</style>