Shades of Carissma #E88B9C
Tints of Carissma #E88B9C
RGB
CMYK
RGB Variations
Color information
#E88B9C (or 0xE88B9C) is known color: Carissma. HEX triplet: E8, 8B and 9C. RGB value is (232,139,156). Sum of RGB (Red+Green+Blue) = 232+139+156=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88B9C is #177463. Grayscale: #A8A8A8. Windows color (decimal): -1537124 or 10259432. OLE color: 10259432.
HSL color Cylindrical-coordinate representation of color #E88B9C: hue angle of 349.03º 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 #E88B9C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 156 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.09 |
| HSL | 349.03º | 0.67% | 0.73% | - |
| HSV(B) | 349.03º | 0.4% | 0.91% | - |
| XYZ | 48.51 | 38.02 | 36.23 | - |
| YUV | 168.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 156 | 0 | 0.40 | 0.33 | 0.09 | 349.03 | 0.67 | 0.73 |
| Hex | E8 | 8B | 9C | 0 | 28 | 21 | 9 | 15D | 43 | 49 |
| Octal | 350 | 213 | 234 | 0 | 50 | 41 | 11 | 535 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10011100 | 0 | 101000 | 100001 | 1001 | 101011101 | 1000011 | 1001001 |
Color Harmonies of #E88B9C
Complementary color
Monochromatic Colors of #E88B9C
Black with #E88B9C
Text Example
Text Example
White with #E88B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B9C; }
p { color: rgb(232,139,156); }
H1.HeaderClassName
{
color: #E88B9C;
}
.AnyTagClassName
{
color: #E88B9C;
}
</style>
background-color css
<style>
a { background-color: #E88B9C; }
a { background-color: rgb(232,139,156); }
div.DivClassName
{
background-color: #E88B9C;
}
.BgClassName
{
background-color: #E88B9C;
}
</style>
border-color css
<style>
span { border-color: #E88B9C; }
span { border-color: rgb(232,139,156); }
td.TdClassName
{
border-color: #E88B9C;
}
.TagClassName
{
border-color: #E88B9C;
}
</style>