Shades of Carissma #E78B9D
Tints of Carissma #E78B9D
RGB
CMYK
RGB Variations
Color information
#E78B9D (or 0xE78B9D) is known color: Carissma. HEX triplet: E7, 8B and 9D. RGB value is (231,139,157). Sum of RGB (Red+Green+Blue) = 231+139+157=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78B9D is #187462. Grayscale: #A8A8A8. Windows color (decimal): -1602659 or 10324967. OLE color: 10324967.
HSL color Cylindrical-coordinate representation of color #E78B9D: hue angle of 348.26º 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 #E78B9D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 157 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.09 |
| HSL | 348.26º | 0.66% | 0.73% | - |
| HSV(B) | 348.26º | 0.4% | 0.91% | - |
| XYZ | 48.27 | 37.89 | 36.67 | - |
| YUV | 168.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 157 | 0 | 0.40 | 0.32 | 0.09 | 348.26 | 0.66 | 0.73 |
| Hex | E7 | 8B | 9D | 0 | 28 | 20 | 9 | 15C | 42 | 49 |
| Octal | 347 | 213 | 235 | 0 | 50 | 40 | 11 | 534 | 102 | 111 |
| Binary | 11100111 | 10001011 | 10011101 | 0 | 101000 | 100000 | 1001 | 101011100 | 1000010 | 1001001 |
Color Harmonies of #E78B9D
Complementary color
Monochromatic Colors of #E78B9D
Black with #E78B9D
Text Example
Text Example
White with #E78B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B9D; }
p { color: rgb(231,139,157); }
H1.HeaderClassName
{
color: #E78B9D;
}
.AnyTagClassName
{
color: #E78B9D;
}
</style>
background-color css
<style>
a { background-color: #E78B9D; }
a { background-color: rgb(231,139,157); }
div.DivClassName
{
background-color: #E78B9D;
}
.BgClassName
{
background-color: #E78B9D;
}
</style>
border-color css
<style>
span { border-color: #E78B9D; }
span { border-color: rgb(231,139,157); }
td.TdClassName
{
border-color: #E78B9D;
}
.TagClassName
{
border-color: #E78B9D;
}
</style>