Shades of Carissma #E08C90
Tints of Carissma #E08C90
RGB
CMYK
RGB Variations
Color information
#E08C90 (or 0xE08C90) is known color: Carissma. HEX triplet: E0, 8C and 90. RGB value is (224,140,144). Sum of RGB (Red+Green+Blue) = 224+140+144=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C90 is #1F736F. Grayscale: #A5A5A5. Windows color (decimal): -2061168 or 9473248. OLE color: 9473248.
HSL color Cylindrical-coordinate representation of color #E08C90: hue angle of 357.14º 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 #E08C90 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 144 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.12 |
| HSL | 357.14º | 0.58% | 0.71% | - |
| HSV(B) | 357.14º | 0.38% | 0.88% | - |
| XYZ | 45.15 | 36.62 | 31.07 | - |
| YUV | 165.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 144 | 0 | 0.38 | 0.36 | 0.12 | 357.14 | 0.58 | 0.71 |
| Hex | E0 | 8C | 90 | 0 | 26 | 24 | C | 165 | 3A | 47 |
| Octal | 340 | 214 | 220 | 0 | 46 | 44 | 14 | 545 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10010000 | 0 | 100110 | 100100 | 1100 | 101100101 | 111010 | 1000111 |
Color Harmonies of #E08C90
Complementary color
Monochromatic Colors of #E08C90
Black with #E08C90
Text Example
Text Example
White with #E08C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C90; }
p { color: rgb(224,140,144); }
H1.HeaderClassName
{
color: #E08C90;
}
.AnyTagClassName
{
color: #E08C90;
}
</style>
background-color css
<style>
a { background-color: #E08C90; }
a { background-color: rgb(224,140,144); }
div.DivClassName
{
background-color: #E08C90;
}
.BgClassName
{
background-color: #E08C90;
}
</style>
border-color css
<style>
span { border-color: #E08C90; }
span { border-color: rgb(224,140,144); }
td.TdClassName
{
border-color: #E08C90;
}
.TagClassName
{
border-color: #E08C90;
}
</style>