Shades of Carissma #E08C91
Tints of Carissma #E08C91
RGB
CMYK
RGB Variations
Color information
#E08C91 (or 0xE08C91) is known color: Carissma. HEX triplet: E0, 8C and 91. RGB value is (224,140,145). Sum of RGB (Red+Green+Blue) = 224+140+145=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C91 is #1F736E. Grayscale: #A5A5A5. Windows color (decimal): -2061167 or 9538784. OLE color: 9538784.
HSL color Cylindrical-coordinate representation of color #E08C91: hue angle of 356.43º 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 #E08C91 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 145 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.12 |
| HSL | 356.43º | 0.58% | 0.71% | - |
| HSV(B) | 356.43º | 0.38% | 0.88% | - |
| XYZ | 45.23 | 36.65 | 31.48 | - |
| YUV | 165.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 145 | 0 | 0.38 | 0.35 | 0.12 | 356.43 | 0.58 | 0.71 |
| Hex | E0 | 8C | 91 | 0 | 26 | 23 | C | 164 | 3A | 47 |
| Octal | 340 | 214 | 221 | 0 | 46 | 43 | 14 | 544 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10010001 | 0 | 100110 | 100011 | 1100 | 101100100 | 111010 | 1000111 |
Color Harmonies of #E08C91
Complementary color
Monochromatic Colors of #E08C91
Black with #E08C91
Text Example
Text Example
White with #E08C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C91; }
p { color: rgb(224,140,145); }
H1.HeaderClassName
{
color: #E08C91;
}
.AnyTagClassName
{
color: #E08C91;
}
</style>
background-color css
<style>
a { background-color: #E08C91; }
a { background-color: rgb(224,140,145); }
div.DivClassName
{
background-color: #E08C91;
}
.BgClassName
{
background-color: #E08C91;
}
</style>
border-color css
<style>
span { border-color: #E08C91; }
span { border-color: rgb(224,140,145); }
td.TdClassName
{
border-color: #E08C91;
}
.TagClassName
{
border-color: #E08C91;
}
</style>