Shades of Carissma #E88B9D
Tints of Carissma #E88B9D
RGB
CMYK
RGB Variations
Color information
#E88B9D (or 0xE88B9D) is known color: Carissma. HEX triplet: E8, 8B and 9D. RGB value is (232,139,157). Sum of RGB (Red+Green+Blue) = 232+139+157=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88B9D is #177462. Grayscale: #A8A8A8. Windows color (decimal): -1537123 or 10324968. OLE color: 10324968.
HSL color Cylindrical-coordinate representation of color #E88B9D: hue angle of 348.39º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88B9D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 157 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.09 |
| HSL | 348.39º | 0.67% | 0.73% | - |
| HSV(B) | 348.39º | 0.4% | 0.91% | - |
| XYZ | 48.6 | 38.06 | 36.68 | - |
| YUV | 168.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 157 | 0 | 0.40 | 0.32 | 0.09 | 348.39 | 0.67 | 0.73 |
| Hex | E8 | 8B | 9D | 0 | 28 | 20 | 9 | 15C | 43 | 49 |
| Octal | 350 | 213 | 235 | 0 | 50 | 40 | 11 | 534 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10011101 | 0 | 101000 | 100000 | 1001 | 101011100 | 1000011 | 1001001 |
Color Harmonies of #E88B9D
Complementary color
Monochromatic Colors of #E88B9D
Black with #E88B9D
Text Example
Text Example
White with #E88B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B9D; }
p { color: rgb(232,139,157); }
H1.HeaderClassName
{
color: #E88B9D;
}
.AnyTagClassName
{
color: #E88B9D;
}
</style>
background-color css
<style>
a { background-color: #E88B9D; }
a { background-color: rgb(232,139,157); }
div.DivClassName
{
background-color: #E88B9D;
}
.BgClassName
{
background-color: #E88B9D;
}
</style>
border-color css
<style>
span { border-color: #E88B9D; }
span { border-color: rgb(232,139,157); }
td.TdClassName
{
border-color: #E88B9D;
}
.TagClassName
{
border-color: #E88B9D;
}
</style>