Shades of Carissma #E88092
Tints of Carissma #E88092
RGB
CMYK
RGB Variations
Color information
#E88092 (or 0xE88092) is known color: Carissma. HEX triplet: E8, 80 and 92. RGB value is (232,128,146). Sum of RGB (Red+Green+Blue) = 232+128+146=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E88092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88092 is #177F6D. Grayscale: #A1A1A1. Windows color (decimal): -1539950 or 9601256. OLE color: 9601256.
HSL color Cylindrical-coordinate representation of color #E88092: hue angle of 349.62º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88092 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 146 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.09 |
| HSL | 349.62º | 0.69% | 0.71% | - |
| HSV(B) | 349.62º | 0.45% | 0.91% | - |
| XYZ | 46.19 | 34.67 | 31.45 | - |
| YUV | 161.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 146 | 0 | 0.45 | 0.37 | 0.09 | 349.62 | 0.69 | 0.71 |
| Hex | E8 | 80 | 92 | 0 | 2D | 25 | 9 | 15E | 45 | 47 |
| Octal | 350 | 200 | 222 | 0 | 55 | 45 | 11 | 536 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10010010 | 0 | 101101 | 100101 | 1001 | 101011110 | 1000101 | 1000111 |
Color Harmonies of #E88092
Complementary color
Monochromatic Colors of #E88092
Black with #E88092
Text Example
Text Example
White with #E88092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88092; }
p { color: rgb(232,128,146); }
H1.HeaderClassName
{
color: #E88092;
}
.AnyTagClassName
{
color: #E88092;
}
</style>
background-color css
<style>
a { background-color: #E88092; }
a { background-color: rgb(232,128,146); }
div.DivClassName
{
background-color: #E88092;
}
.BgClassName
{
background-color: #E88092;
}
</style>
border-color css
<style>
span { border-color: #E88092; }
span { border-color: rgb(232,128,146); }
td.TdClassName
{
border-color: #E88092;
}
.TagClassName
{
border-color: #E88092;
}
</style>