Shades of Carissma #E08A92
Tints of Carissma #E08A92
RGB
CMYK
RGB Variations
Color information
#E08A92 (or 0xE08A92) is known color: Carissma. HEX triplet: E0, 8A and 92. RGB value is (224,138,146). Sum of RGB (Red+Green+Blue) = 224+138+146=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A92 is #1F756D. Grayscale: #A4A4A4. Windows color (decimal): -2061678 or 9603808. OLE color: 9603808.
HSL color Cylindrical-coordinate representation of color #E08A92: hue angle of 354.42º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08A92 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 146 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.12 |
| HSL | 354.42º | 0.58% | 0.71% | - |
| HSV(B) | 354.42º | 0.38% | 0.88% | - |
| XYZ | 45.02 | 36.1 | 31.79 | - |
| YUV | 164.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 146 | 0 | 0.38 | 0.35 | 0.12 | 354.42 | 0.58 | 0.71 |
| Hex | E0 | 8A | 92 | 0 | 26 | 23 | C | 162 | 3A | 47 |
| Octal | 340 | 212 | 222 | 0 | 46 | 43 | 14 | 542 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10010010 | 0 | 100110 | 100011 | 1100 | 101100010 | 111010 | 1000111 |
Color Harmonies of #E08A92
Complementary color
Monochromatic Colors of #E08A92
Black with #E08A92
Text Example
Text Example
White with #E08A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A92; }
p { color: rgb(224,138,146); }
H1.HeaderClassName
{
color: #E08A92;
}
.AnyTagClassName
{
color: #E08A92;
}
</style>
background-color css
<style>
a { background-color: #E08A92; }
a { background-color: rgb(224,138,146); }
div.DivClassName
{
background-color: #E08A92;
}
.BgClassName
{
background-color: #E08A92;
}
</style>
border-color css
<style>
span { border-color: #E08A92; }
span { border-color: rgb(224,138,146); }
td.TdClassName
{
border-color: #E08A92;
}
.TagClassName
{
border-color: #E08A92;
}
</style>