Shades of Carissma #E08597
Tints of Carissma #E08597
RGB
CMYK
RGB Variations
Color information
#E08597 (or 0xE08597) is known color: Carissma. HEX triplet: E0, 85 and 97. RGB value is (224,133,151). Sum of RGB (Red+Green+Blue) = 224+133+151=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08597 is #1F7A68. Grayscale: #A2A2A2. Windows color (decimal): -2062953 or 9930208. OLE color: 9930208.
HSL color Cylindrical-coordinate representation of color #E08597: hue angle of 348.13º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08597 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 151 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.12 |
| HSL | 348.13º | 0.59% | 0.7% | - |
| HSV(B) | 348.13º | 0.41% | 0.88% | - |
| XYZ | 44.71 | 34.86 | 33.65 | - |
| YUV | 162.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 151 | 0 | 0.41 | 0.33 | 0.12 | 348.13 | 0.59 | 0.7 |
| Hex | E0 | 85 | 97 | 0 | 29 | 21 | C | 15C | 3B | 46 |
| Octal | 340 | 205 | 227 | 0 | 51 | 41 | 14 | 534 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10010111 | 0 | 101001 | 100001 | 1100 | 101011100 | 111011 | 1000110 |
Color Harmonies of #E08597
Complementary color
Monochromatic Colors of #E08597
Black with #E08597
Text Example
Text Example
White with #E08597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08597; }
p { color: rgb(224,133,151); }
H1.HeaderClassName
{
color: #E08597;
}
.AnyTagClassName
{
color: #E08597;
}
</style>
background-color css
<style>
a { background-color: #E08597; }
a { background-color: rgb(224,133,151); }
div.DivClassName
{
background-color: #E08597;
}
.BgClassName
{
background-color: #E08597;
}
</style>
border-color css
<style>
span { border-color: #E08597; }
span { border-color: rgb(224,133,151); }
td.TdClassName
{
border-color: #E08597;
}
.TagClassName
{
border-color: #E08597;
}
</style>