Shades of Carissma #E68198
Tints of Carissma #E68198
RGB
CMYK
RGB Variations
Color information
#E68198 (or 0xE68198) is known color: Carissma. HEX triplet: E6, 81 and 98. RGB value is (230,129,152). Sum of RGB (Red+Green+Blue) = 230+129+152=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68198 is #197E67. Grayscale: #A1A1A1. Windows color (decimal): -1670760 or 9994726. OLE color: 9994726.
HSL color Cylindrical-coordinate representation of color #E68198: hue angle of 346.34º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68198 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 152 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.10 |
| HSL | 346.34º | 0.67% | 0.7% | - |
| HSV(B) | 346.34º | 0.44% | 0.9% | - |
| XYZ | 46.15 | 34.79 | 33.99 | - |
| YUV | 161.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 152 | 0 | 0.44 | 0.34 | 0.10 | 346.34 | 0.67 | 0.7 |
| Hex | E6 | 81 | 98 | 0 | 2C | 22 | A | 15A | 43 | 46 |
| Octal | 346 | 201 | 230 | 0 | 54 | 42 | 12 | 532 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10011000 | 0 | 101100 | 100010 | 1010 | 101011010 | 1000011 | 1000110 |
Color Harmonies of #E68198
Complementary color
Monochromatic Colors of #E68198
Black with #E68198
Text Example
Text Example
White with #E68198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68198; }
p { color: rgb(230,129,152); }
H1.HeaderClassName
{
color: #E68198;
}
.AnyTagClassName
{
color: #E68198;
}
</style>
background-color css
<style>
a { background-color: #E68198; }
a { background-color: rgb(230,129,152); }
div.DivClassName
{
background-color: #E68198;
}
.BgClassName
{
background-color: #E68198;
}
</style>
border-color css
<style>
span { border-color: #E68198; }
span { border-color: rgb(230,129,152); }
td.TdClassName
{
border-color: #E68198;
}
.TagClassName
{
border-color: #E68198;
}
</style>