Shades of Carissma #E08297
Tints of Carissma #E08297
RGB
CMYK
RGB Variations
Color information
#E08297 (or 0xE08297) is known color: Carissma. HEX triplet: E0, 82 and 97. RGB value is (224,130,151). Sum of RGB (Red+Green+Blue) = 224+130+151=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08297 is #1F7D68. Grayscale: #A0A0A0. Windows color (decimal): -2063721 or 9929440. OLE color: 9929440.
HSL color Cylindrical-coordinate representation of color #E08297: hue angle of 346.6º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08297 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 151 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.12 |
| HSL | 346.6º | 0.6% | 0.69% | - |
| HSV(B) | 346.6º | 0.42% | 0.88% | - |
| XYZ | 44.31 | 34.05 | 33.51 | - |
| YUV | 160.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 151 | 0 | 0.42 | 0.33 | 0.12 | 346.6 | 0.6 | 0.69 |
| Hex | E0 | 82 | 97 | 0 | 2A | 21 | C | 15B | 3C | 45 |
| Octal | 340 | 202 | 227 | 0 | 52 | 41 | 14 | 533 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10010111 | 0 | 101010 | 100001 | 1100 | 101011011 | 111100 | 1000101 |
Color Harmonies of #E08297
Complementary color
Monochromatic Colors of #E08297
Black with #E08297
Text Example
Text Example
White with #E08297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08297; }
p { color: rgb(224,130,151); }
H1.HeaderClassName
{
color: #E08297;
}
.AnyTagClassName
{
color: #E08297;
}
</style>
background-color css
<style>
a { background-color: #E08297; }
a { background-color: rgb(224,130,151); }
div.DivClassName
{
background-color: #E08297;
}
.BgClassName
{
background-color: #E08297;
}
</style>
border-color css
<style>
span { border-color: #E08297; }
span { border-color: rgb(224,130,151); }
td.TdClassName
{
border-color: #E08297;
}
.TagClassName
{
border-color: #E08297;
}
</style>