Shades of Carissma #E78495
Tints of Carissma #E78495
RGB
CMYK
RGB Variations
Color information
#E78495 (or 0xE78495) is known color: Carissma. HEX triplet: E7, 84 and 95. RGB value is (231,132,149). Sum of RGB (Red+Green+Blue) = 231+132+149=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E78495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78495 is #187B6A. Grayscale: #A3A3A3. Windows color (decimal): -1604459 or 9798887. OLE color: 9798887.
HSL color Cylindrical-coordinate representation of color #E78495: hue angle of 349.7º 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 #E78495 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 149 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.09 |
| HSL | 349.7º | 0.67% | 0.71% | - |
| HSV(B) | 349.7º | 0.43% | 0.91% | - |
| XYZ | 46.63 | 35.66 | 32.86 | - |
| YUV | 163.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 149 | 0 | 0.43 | 0.35 | 0.09 | 349.7 | 0.67 | 0.71 |
| Hex | E7 | 84 | 95 | 0 | 2B | 23 | 9 | 15E | 43 | 47 |
| Octal | 347 | 204 | 225 | 0 | 53 | 43 | 11 | 536 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10010101 | 0 | 101011 | 100011 | 1001 | 101011110 | 1000011 | 1000111 |
Color Harmonies of #E78495
Complementary color
Monochromatic Colors of #E78495
Black with #E78495
Text Example
Text Example
White with #E78495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78495; }
p { color: rgb(231,132,149); }
H1.HeaderClassName
{
color: #E78495;
}
.AnyTagClassName
{
color: #E78495;
}
</style>
background-color css
<style>
a { background-color: #E78495; }
a { background-color: rgb(231,132,149); }
div.DivClassName
{
background-color: #E78495;
}
.BgClassName
{
background-color: #E78495;
}
</style>
border-color css
<style>
span { border-color: #E78495; }
span { border-color: rgb(231,132,149); }
td.TdClassName
{
border-color: #E78495;
}
.TagClassName
{
border-color: #E78495;
}
</style>