Shades of Carissma #E78591
Tints of Carissma #E78591
RGB
CMYK
RGB Variations
Color information
#E78591 (or 0xE78591) is known color: Carissma. HEX triplet: E7, 85 and 91. RGB value is (231,133,145). Sum of RGB (Red+Green+Blue) = 231+133+145=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E78591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78591 is #187A6E. Grayscale: #A3A3A3. Windows color (decimal): -1604207 or 9536999. OLE color: 9536999.
HSL color Cylindrical-coordinate representation of color #E78591: hue angle of 352.65º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78591 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 145 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.09 |
| HSL | 352.65º | 0.67% | 0.71% | - |
| HSV(B) | 352.65º | 0.42% | 0.91% | - |
| XYZ | 46.45 | 35.81 | 31.25 | - |
| YUV | 163.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 145 | 0 | 0.42 | 0.37 | 0.09 | 352.65 | 0.67 | 0.71 |
| Hex | E7 | 85 | 91 | 0 | 2A | 25 | 9 | 161 | 43 | 47 |
| Octal | 347 | 205 | 221 | 0 | 52 | 45 | 11 | 541 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10010001 | 0 | 101010 | 100101 | 1001 | 101100001 | 1000011 | 1000111 |
Color Harmonies of #E78591
Complementary color
Monochromatic Colors of #E78591
Black with #E78591
Text Example
Text Example
White with #E78591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78591; }
p { color: rgb(231,133,145); }
H1.HeaderClassName
{
color: #E78591;
}
.AnyTagClassName
{
color: #E78591;
}
</style>
background-color css
<style>
a { background-color: #E78591; }
a { background-color: rgb(231,133,145); }
div.DivClassName
{
background-color: #E78591;
}
.BgClassName
{
background-color: #E78591;
}
</style>
border-color css
<style>
span { border-color: #E78591; }
span { border-color: rgb(231,133,145); }
td.TdClassName
{
border-color: #E78591;
}
.TagClassName
{
border-color: #E78591;
}
</style>