Shades of Carissma #E78B9A
Tints of Carissma #E78B9A
RGB
CMYK
RGB Variations
Color information
#E78B9A (or 0xE78B9A) is known color: Carissma. HEX triplet: E7, 8B and 9A. RGB value is (231,139,154). Sum of RGB (Red+Green+Blue) = 231+139+154=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78B9A is #187465. Grayscale: #A8A8A8. Windows color (decimal): -1602662 or 10128359. OLE color: 10128359.
HSL color Cylindrical-coordinate representation of color #E78B9A: hue angle of 350.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78B9A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 154 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.09 |
| HSL | 350.22º | 0.66% | 0.73% | - |
| HSV(B) | 350.22º | 0.4% | 0.91% | - |
| XYZ | 48.02 | 37.79 | 35.33 | - |
| YUV | 168.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 154 | 0 | 0.40 | 0.33 | 0.09 | 350.22 | 0.66 | 0.73 |
| Hex | E7 | 8B | 9A | 0 | 28 | 21 | 9 | 15E | 42 | 49 |
| Octal | 347 | 213 | 232 | 0 | 50 | 41 | 11 | 536 | 102 | 111 |
| Binary | 11100111 | 10001011 | 10011010 | 0 | 101000 | 100001 | 1001 | 101011110 | 1000010 | 1001001 |
Color Harmonies of #E78B9A
Complementary color
Monochromatic Colors of #E78B9A
Black with #E78B9A
Text Example
Text Example
White with #E78B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B9A; }
p { color: rgb(231,139,154); }
H1.HeaderClassName
{
color: #E78B9A;
}
.AnyTagClassName
{
color: #E78B9A;
}
</style>
background-color css
<style>
a { background-color: #E78B9A; }
a { background-color: rgb(231,139,154); }
div.DivClassName
{
background-color: #E78B9A;
}
.BgClassName
{
background-color: #E78B9A;
}
</style>
border-color css
<style>
span { border-color: #E78B9A; }
span { border-color: rgb(231,139,154); }
td.TdClassName
{
border-color: #E78B9A;
}
.TagClassName
{
border-color: #E78B9A;
}
</style>