Shades of Carissma #E08091
Tints of Carissma #E08091
RGB
CMYK
RGB Variations
Color information
#E08091 (or 0xE08091) is known color: Carissma. HEX triplet: E0, 80 and 91. RGB value is (224,128,145). Sum of RGB (Red+Green+Blue) = 224+128+145=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E08091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08091 is #1F7F6E. Grayscale: #9E9E9E. Windows color (decimal): -2064239 or 9535712. OLE color: 9535712.
HSL color Cylindrical-coordinate representation of color #E08091: hue angle of 349.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08091 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 145 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.12 |
| HSL | 349.38º | 0.61% | 0.69% | - |
| HSV(B) | 349.38º | 0.43% | 0.88% | - |
| XYZ | 43.57 | 33.33 | 30.92 | - |
| YUV | 158.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 145 | 0 | 0.43 | 0.35 | 0.12 | 349.38 | 0.61 | 0.69 |
| Hex | E0 | 80 | 91 | 0 | 2B | 23 | C | 15D | 3D | 45 |
| Octal | 340 | 200 | 221 | 0 | 53 | 43 | 14 | 535 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10010001 | 0 | 101011 | 100011 | 1100 | 101011101 | 111101 | 1000101 |
Color Harmonies of #E08091
Complementary color
Monochromatic Colors of #E08091
Black with #E08091
Text Example
Text Example
White with #E08091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08091; }
p { color: rgb(224,128,145); }
H1.HeaderClassName
{
color: #E08091;
}
.AnyTagClassName
{
color: #E08091;
}
</style>
background-color css
<style>
a { background-color: #E08091; }
a { background-color: rgb(224,128,145); }
div.DivClassName
{
background-color: #E08091;
}
.BgClassName
{
background-color: #E08091;
}
</style>
border-color css
<style>
span { border-color: #E08091; }
span { border-color: rgb(224,128,145); }
td.TdClassName
{
border-color: #E08091;
}
.TagClassName
{
border-color: #E08091;
}
</style>