Shades of Carissma #E08D98
Tints of Carissma #E08D98
RGB
CMYK
RGB Variations
Color information
#E08D98 (or 0xE08D98) is known color: Carissma. HEX triplet: E0, 8D and 98. RGB value is (224,141,152). Sum of RGB (Red+Green+Blue) = 224+141+152=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D98 is #1F7267. Grayscale: #A7A7A7. Windows color (decimal): -2060904 or 9997792. OLE color: 9997792.
HSL color Cylindrical-coordinate representation of color #E08D98: hue angle of 352.05º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08D98 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 152 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.12 |
| HSL | 352.05º | 0.57% | 0.72% | - |
| HSV(B) | 352.05º | 0.37% | 0.88% | - |
| XYZ | 45.93 | 37.16 | 34.46 | - |
| YUV | 167.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 152 | 0 | 0.37 | 0.32 | 0.12 | 352.05 | 0.57 | 0.72 |
| Hex | E0 | 8D | 98 | 0 | 25 | 20 | C | 160 | 39 | 48 |
| Octal | 340 | 215 | 230 | 0 | 45 | 40 | 14 | 540 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10011000 | 0 | 100101 | 100000 | 1100 | 101100000 | 111001 | 1001000 |
Color Harmonies of #E08D98
Complementary color
Monochromatic Colors of #E08D98
Black with #E08D98
Text Example
Text Example
White with #E08D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D98; }
p { color: rgb(224,141,152); }
H1.HeaderClassName
{
color: #E08D98;
}
.AnyTagClassName
{
color: #E08D98;
}
</style>
background-color css
<style>
a { background-color: #E08D98; }
a { background-color: rgb(224,141,152); }
div.DivClassName
{
background-color: #E08D98;
}
.BgClassName
{
background-color: #E08D98;
}
</style>
border-color css
<style>
span { border-color: #E08D98; }
span { border-color: rgb(224,141,152); }
td.TdClassName
{
border-color: #E08D98;
}
.TagClassName
{
border-color: #E08D98;
}
</style>