Shades of Carissma #E78488
Tints of Carissma #E78488
RGB
CMYK
RGB Variations
Color information
#E78488 (or 0xE78488) is known color: Carissma. HEX triplet: E7, 84 and 88. RGB value is (231,132,136). Sum of RGB (Red+Green+Blue) = 231+132+136=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E78488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78488 is #187B77. Grayscale: #A2A2A2. Windows color (decimal): -1604472 or 8946919. OLE color: 8946919.
HSL color Cylindrical-coordinate representation of color #E78488: hue angle of 357.58º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E78488 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 136 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.09 |
| HSL | 357.58º | 0.67% | 0.71% | - |
| HSV(B) | 357.58º | 0.43% | 0.91% | - |
| XYZ | 45.65 | 35.27 | 27.69 | - |
| YUV | 162.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 136 | 0 | 0.43 | 0.41 | 0.09 | 357.58 | 0.67 | 0.71 |
| Hex | E7 | 84 | 88 | 0 | 2B | 29 | 9 | 166 | 43 | 47 |
| Octal | 347 | 204 | 210 | 0 | 53 | 51 | 11 | 546 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10001000 | 0 | 101011 | 101001 | 1001 | 101100110 | 1000011 | 1000111 |
Color Harmonies of #E78488
Complementary color
Monochromatic Colors of #E78488
Black with #E78488
Text Example
Text Example
White with #E78488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78488; }
p { color: rgb(231,132,136); }
H1.HeaderClassName
{
color: #E78488;
}
.AnyTagClassName
{
color: #E78488;
}
</style>
background-color css
<style>
a { background-color: #E78488; }
a { background-color: rgb(231,132,136); }
div.DivClassName
{
background-color: #E78488;
}
.BgClassName
{
background-color: #E78488;
}
</style>
border-color css
<style>
span { border-color: #E78488; }
span { border-color: rgb(231,132,136); }
td.TdClassName
{
border-color: #E78488;
}
.TagClassName
{
border-color: #E78488;
}
</style>