Shades of Carissma #E78298
Tints of Carissma #E78298
RGB
CMYK
RGB Variations
Color information
#E78298 (or 0xE78298) is known color: Carissma. HEX triplet: E7, 82 and 98. RGB value is (231,130,152). Sum of RGB (Red+Green+Blue) = 231+130+152=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E78298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78298 is #187D67. Grayscale: #A2A2A2. Windows color (decimal): -1604968 or 9994983. OLE color: 9994983.
HSL color Cylindrical-coordinate representation of color #E78298: hue angle of 346.93º 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 #E78298 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 152 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.09 |
| HSL | 346.93º | 0.68% | 0.71% | - |
| HSV(B) | 346.93º | 0.44% | 0.91% | - |
| XYZ | 46.61 | 35.22 | 34.05 | - |
| YUV | 162.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 152 | 0 | 0.44 | 0.34 | 0.09 | 346.93 | 0.68 | 0.71 |
| Hex | E7 | 82 | 98 | 0 | 2C | 22 | 9 | 15B | 44 | 47 |
| Octal | 347 | 202 | 230 | 0 | 54 | 42 | 11 | 533 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10011000 | 0 | 101100 | 100010 | 1001 | 101011011 | 1000100 | 1000111 |
Color Harmonies of #E78298
Complementary color
Monochromatic Colors of #E78298
Black with #E78298
Text Example
Text Example
White with #E78298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78298; }
p { color: rgb(231,130,152); }
H1.HeaderClassName
{
color: #E78298;
}
.AnyTagClassName
{
color: #E78298;
}
</style>
background-color css
<style>
a { background-color: #E78298; }
a { background-color: rgb(231,130,152); }
div.DivClassName
{
background-color: #E78298;
}
.BgClassName
{
background-color: #E78298;
}
</style>
border-color css
<style>
span { border-color: #E78298; }
span { border-color: rgb(231,130,152); }
td.TdClassName
{
border-color: #E78298;
}
.TagClassName
{
border-color: #E78298;
}
</style>