Shades of Carissma #E08896
Tints of Carissma #E08896
RGB
CMYK
RGB Variations
Color information
#E08896 (or 0xE08896) is known color: Carissma. HEX triplet: E0, 88 and 96. RGB value is (224,136,150). Sum of RGB (Red+Green+Blue) = 224+136+150=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E08896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08896 is #1F7769. Grayscale: #A3A3A3. Windows color (decimal): -2062186 or 9865440. OLE color: 9865440.
HSL color Cylindrical-coordinate representation of color #E08896: hue angle of 350.45º 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 #E08896 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 150 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.12 |
| HSL | 350.45º | 0.59% | 0.71% | - |
| HSV(B) | 350.45º | 0.39% | 0.88% | - |
| XYZ | 45.05 | 35.66 | 33.36 | - |
| YUV | 163.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 150 | 0 | 0.39 | 0.33 | 0.12 | 350.45 | 0.59 | 0.71 |
| Hex | E0 | 88 | 96 | 0 | 27 | 21 | C | 15E | 3B | 47 |
| Octal | 340 | 210 | 226 | 0 | 47 | 41 | 14 | 536 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10010110 | 0 | 100111 | 100001 | 1100 | 101011110 | 111011 | 1000111 |
Color Harmonies of #E08896
Complementary color
Monochromatic Colors of #E08896
Black with #E08896
Text Example
Text Example
White with #E08896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08896; }
p { color: rgb(224,136,150); }
H1.HeaderClassName
{
color: #E08896;
}
.AnyTagClassName
{
color: #E08896;
}
</style>
background-color css
<style>
a { background-color: #E08896; }
a { background-color: rgb(224,136,150); }
div.DivClassName
{
background-color: #E08896;
}
.BgClassName
{
background-color: #E08896;
}
</style>
border-color css
<style>
span { border-color: #E08896; }
span { border-color: rgb(224,136,150); }
td.TdClassName
{
border-color: #E08896;
}
.TagClassName
{
border-color: #E08896;
}
</style>