Shades of Carissma #E08891
Tints of Carissma #E08891
RGB
CMYK
RGB Variations
Color information
#E08891 (or 0xE08891) is known color: Carissma. HEX triplet: E0, 88 and 91. RGB value is (224,136,145). Sum of RGB (Red+Green+Blue) = 224+136+145=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08891 is #1F776E. Grayscale: #A3A3A3. Windows color (decimal): -2062191 or 9537760. OLE color: 9537760.
HSL color Cylindrical-coordinate representation of color #E08891: hue angle of 353.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08891 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 145 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.12 |
| HSL | 353.86º | 0.59% | 0.71% | - |
| HSV(B) | 353.86º | 0.39% | 0.88% | - |
| XYZ | 44.66 | 35.5 | 31.29 | - |
| YUV | 163.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 145 | 0 | 0.39 | 0.35 | 0.12 | 353.86 | 0.59 | 0.71 |
| Hex | E0 | 88 | 91 | 0 | 27 | 23 | C | 162 | 3B | 47 |
| Octal | 340 | 210 | 221 | 0 | 47 | 43 | 14 | 542 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10010001 | 0 | 100111 | 100011 | 1100 | 101100010 | 111011 | 1000111 |
Color Harmonies of #E08891
Complementary color
Monochromatic Colors of #E08891
Black with #E08891
Text Example
Text Example
White with #E08891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08891; }
p { color: rgb(224,136,145); }
H1.HeaderClassName
{
color: #E08891;
}
.AnyTagClassName
{
color: #E08891;
}
</style>
background-color css
<style>
a { background-color: #E08891; }
a { background-color: rgb(224,136,145); }
div.DivClassName
{
background-color: #E08891;
}
.BgClassName
{
background-color: #E08891;
}
</style>
border-color css
<style>
span { border-color: #E08891; }
span { border-color: rgb(224,136,145); }
td.TdClassName
{
border-color: #E08891;
}
.TagClassName
{
border-color: #E08891;
}
</style>