Shades of Carissma #E8888E
Tints of Carissma #E8888E
RGB
CMYK
RGB Variations
Color information
#E8888E (or 0xE8888E) is known color: Carissma. HEX triplet: E8, 88 and 8E. RGB value is (232,136,142). Sum of RGB (Red+Green+Blue) = 232+136+142=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8888E is #177771. Grayscale: #A5A5A5. Windows color (decimal): -1537906 or 9341160. OLE color: 9341160.
HSL color Cylindrical-coordinate representation of color #E8888E: hue angle of 356.25º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8888E is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 142 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.09 |
| HSL | 356.25º | 0.68% | 0.72% | - |
| HSV(B) | 356.25º | 0.41% | 0.91% | - |
| XYZ | 46.97 | 36.72 | 30.2 | - |
| YUV | 165.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 142 | 0 | 0.41 | 0.39 | 0.09 | 356.25 | 0.68 | 0.72 |
| Hex | E8 | 88 | 8E | 0 | 29 | 27 | 9 | 164 | 44 | 48 |
| Octal | 350 | 210 | 216 | 0 | 51 | 47 | 11 | 544 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10001110 | 0 | 101001 | 100111 | 1001 | 101100100 | 1000100 | 1001000 |
Color Harmonies of #E8888E
Complementary color
Monochromatic Colors of #E8888E
Black with #E8888E
Text Example
Text Example
White with #E8888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8888E; }
p { color: rgb(232,136,142); }
H1.HeaderClassName
{
color: #E8888E;
}
.AnyTagClassName
{
color: #E8888E;
}
</style>
background-color css
<style>
a { background-color: #E8888E; }
a { background-color: rgb(232,136,142); }
div.DivClassName
{
background-color: #E8888E;
}
.BgClassName
{
background-color: #E8888E;
}
</style>
border-color css
<style>
span { border-color: #E8888E; }
span { border-color: rgb(232,136,142); }
td.TdClassName
{
border-color: #E8888E;
}
.TagClassName
{
border-color: #E8888E;
}
</style>