Shades of Carissma #E88088
Tints of Carissma #E88088
RGB
CMYK
RGB Variations
Color information
#E88088 (or 0xE88088) is known color: Carissma. HEX triplet: E8, 80 and 88. RGB value is (232,128,136). Sum of RGB (Red+Green+Blue) = 232+128+136=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E88088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88088 is #177F77. Grayscale: #A0A0A0. Windows color (decimal): -1539960 or 8945896. OLE color: 8945896.
HSL color Cylindrical-coordinate representation of color #E88088: hue angle of 355.38º 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 #E88088 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 136 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.09 |
| HSL | 355.38º | 0.69% | 0.71% | - |
| HSV(B) | 355.38º | 0.45% | 0.91% | - |
| XYZ | 45.44 | 34.37 | 27.53 | - |
| YUV | 160.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 136 | 0 | 0.45 | 0.41 | 0.09 | 355.38 | 0.69 | 0.71 |
| Hex | E8 | 80 | 88 | 0 | 2D | 29 | 9 | 163 | 45 | 47 |
| Octal | 350 | 200 | 210 | 0 | 55 | 51 | 11 | 543 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10001000 | 0 | 101101 | 101001 | 1001 | 101100011 | 1000101 | 1000111 |
Color Harmonies of #E88088
Complementary color
Monochromatic Colors of #E88088
Black with #E88088
Text Example
Text Example
White with #E88088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88088; }
p { color: rgb(232,128,136); }
H1.HeaderClassName
{
color: #E88088;
}
.AnyTagClassName
{
color: #E88088;
}
</style>
background-color css
<style>
a { background-color: #E88088; }
a { background-color: rgb(232,128,136); }
div.DivClassName
{
background-color: #E88088;
}
.BgClassName
{
background-color: #E88088;
}
</style>
border-color css
<style>
span { border-color: #E88088; }
span { border-color: rgb(232,128,136); }
td.TdClassName
{
border-color: #E88088;
}
.TagClassName
{
border-color: #E88088;
}
</style>