Shades of Carissma #E08D92
Tints of Carissma #E08D92
RGB
CMYK
RGB Variations
Color information
#E08D92 (or 0xE08D92) is known color: Carissma. HEX triplet: E0, 8D and 92. RGB value is (224,141,146). Sum of RGB (Red+Green+Blue) = 224+141+146=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D92 is #1F726D. Grayscale: #A6A6A6. Windows color (decimal): -2060910 or 9604576. OLE color: 9604576.
HSL color Cylindrical-coordinate representation of color #E08D92: hue angle of 356.39º 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 #E08D92 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 146 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.12 |
| HSL | 356.39º | 0.57% | 0.72% | - |
| HSV(B) | 356.39º | 0.37% | 0.88% | - |
| XYZ | 45.45 | 36.97 | 31.93 | - |
| YUV | 166.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 146 | 0 | 0.37 | 0.35 | 0.12 | 356.39 | 0.57 | 0.72 |
| Hex | E0 | 8D | 92 | 0 | 25 | 23 | C | 164 | 39 | 48 |
| Octal | 340 | 215 | 222 | 0 | 45 | 43 | 14 | 544 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10010010 | 0 | 100101 | 100011 | 1100 | 101100100 | 111001 | 1001000 |
Color Harmonies of #E08D92
Complementary color
Monochromatic Colors of #E08D92
Black with #E08D92
Text Example
Text Example
White with #E08D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D92; }
p { color: rgb(224,141,146); }
H1.HeaderClassName
{
color: #E08D92;
}
.AnyTagClassName
{
color: #E08D92;
}
</style>
background-color css
<style>
a { background-color: #E08D92; }
a { background-color: rgb(224,141,146); }
div.DivClassName
{
background-color: #E08D92;
}
.BgClassName
{
background-color: #E08D92;
}
</style>
border-color css
<style>
span { border-color: #E08D92; }
span { border-color: rgb(224,141,146); }
td.TdClassName
{
border-color: #E08D92;
}
.TagClassName
{
border-color: #E08D92;
}
</style>