Shades of Carissma #E08698
Tints of Carissma #E08698
RGB
CMYK
RGB Variations
Color information
#E08698 (or 0xE08698) is known color: Carissma. HEX triplet: E0, 86 and 98. RGB value is (224,134,152). Sum of RGB (Red+Green+Blue) = 224+134+152=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E08698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08698 is #1F7967. Grayscale: #A2A2A2. Windows color (decimal): -2062696 or 9996000. OLE color: 9996000.
HSL color Cylindrical-coordinate representation of color #E08698: hue angle of 348º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08698 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 152 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.12 |
| HSL | 348º | 0.59% | 0.7% | - |
| HSV(B) | 348º | 0.4% | 0.88% | - |
| XYZ | 44.93 | 35.16 | 34.12 | - |
| YUV | 162.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 152 | 0 | 0.40 | 0.32 | 0.12 | 348 | 0.59 | 0.7 |
| Hex | E0 | 86 | 98 | 0 | 28 | 20 | C | 15C | 3B | 46 |
| Octal | 340 | 206 | 230 | 0 | 50 | 40 | 14 | 534 | 73 | 106 |
| Binary | 11100000 | 10000110 | 10011000 | 0 | 101000 | 100000 | 1100 | 101011100 | 111011 | 1000110 |
Color Harmonies of #E08698
Complementary color
Monochromatic Colors of #E08698
Black with #E08698
Text Example
Text Example
White with #E08698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08698; }
p { color: rgb(224,134,152); }
H1.HeaderClassName
{
color: #E08698;
}
.AnyTagClassName
{
color: #E08698;
}
</style>
background-color css
<style>
a { background-color: #E08698; }
a { background-color: rgb(224,134,152); }
div.DivClassName
{
background-color: #E08698;
}
.BgClassName
{
background-color: #E08698;
}
</style>
border-color css
<style>
span { border-color: #E08698; }
span { border-color: rgb(224,134,152); }
td.TdClassName
{
border-color: #E08698;
}
.TagClassName
{
border-color: #E08698;
}
</style>