Shades of Carissma #E78195
Tints of Carissma #E78195
RGB
CMYK
RGB Variations
Color information
#E78195 (or 0xE78195) is known color: Carissma. HEX triplet: E7, 81 and 95. RGB value is (231,129,149). Sum of RGB (Red+Green+Blue) = 231+129+149=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E78195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78195 is #187E6A. Grayscale: #A1A1A1. Windows color (decimal): -1605227 or 9798119. OLE color: 9798119.
HSL color Cylindrical-coordinate representation of color #E78195: hue angle of 348.24º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78195 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 149 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.09 |
| HSL | 348.24º | 0.68% | 0.71% | - |
| HSV(B) | 348.24º | 0.44% | 0.91% | - |
| XYZ | 46.23 | 34.86 | 32.73 | - |
| YUV | 161.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 149 | 0 | 0.44 | 0.35 | 0.09 | 348.24 | 0.68 | 0.71 |
| Hex | E7 | 81 | 95 | 0 | 2C | 23 | 9 | 15C | 44 | 47 |
| Octal | 347 | 201 | 225 | 0 | 54 | 43 | 11 | 534 | 104 | 107 |
| Binary | 11100111 | 10000001 | 10010101 | 0 | 101100 | 100011 | 1001 | 101011100 | 1000100 | 1000111 |
Color Harmonies of #E78195
Complementary color
Monochromatic Colors of #E78195
Black with #E78195
Text Example
Text Example
White with #E78195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78195; }
p { color: rgb(231,129,149); }
H1.HeaderClassName
{
color: #E78195;
}
.AnyTagClassName
{
color: #E78195;
}
</style>
background-color css
<style>
a { background-color: #E78195; }
a { background-color: rgb(231,129,149); }
div.DivClassName
{
background-color: #E78195;
}
.BgClassName
{
background-color: #E78195;
}
</style>
border-color css
<style>
span { border-color: #E78195; }
span { border-color: rgb(231,129,149); }
td.TdClassName
{
border-color: #E78195;
}
.TagClassName
{
border-color: #E78195;
}
</style>