Shades of Carissma #E78198
Tints of Carissma #E78198
RGB
CMYK
RGB Variations
Color information
#E78198 (or 0xE78198) is known color: Carissma. HEX triplet: E7, 81 and 98. RGB value is (231,129,152). Sum of RGB (Red+Green+Blue) = 231+129+152=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E78198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78198 is #187E67. Grayscale: #A2A2A2. Windows color (decimal): -1605224 or 9994727. OLE color: 9994727.
HSL color Cylindrical-coordinate representation of color #E78198: hue angle of 346.47º 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 #E78198 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 152 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.09 |
| HSL | 346.47º | 0.68% | 0.71% | - |
| HSV(B) | 346.47º | 0.44% | 0.91% | - |
| XYZ | 46.47 | 34.96 | 34 | - |
| YUV | 162.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 152 | 0 | 0.44 | 0.34 | 0.09 | 346.47 | 0.68 | 0.71 |
| Hex | E7 | 81 | 98 | 0 | 2C | 22 | 9 | 15A | 44 | 47 |
| Octal | 347 | 201 | 230 | 0 | 54 | 42 | 11 | 532 | 104 | 107 |
| Binary | 11100111 | 10000001 | 10011000 | 0 | 101100 | 100010 | 1001 | 101011010 | 1000100 | 1000111 |
Color Harmonies of #E78198
Complementary color
Monochromatic Colors of #E78198
Black with #E78198
Text Example
Text Example
White with #E78198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78198; }
p { color: rgb(231,129,152); }
H1.HeaderClassName
{
color: #E78198;
}
.AnyTagClassName
{
color: #E78198;
}
</style>
background-color css
<style>
a { background-color: #E78198; }
a { background-color: rgb(231,129,152); }
div.DivClassName
{
background-color: #E78198;
}
.BgClassName
{
background-color: #E78198;
}
</style>
border-color css
<style>
span { border-color: #E78198; }
span { border-color: rgb(231,129,152); }
td.TdClassName
{
border-color: #E78198;
}
.TagClassName
{
border-color: #E78198;
}
</style>