Shades of Carissma #E08395
Tints of Carissma #E08395
RGB
CMYK
RGB Variations
Color information
#E08395 (or 0xE08395) is known color: Carissma. HEX triplet: E0, 83 and 95. RGB value is (224,131,149). Sum of RGB (Red+Green+Blue) = 224+131+149=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E08395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08395 is #1F7C6A. Grayscale: #A0A0A0. Windows color (decimal): -2063467 or 9798624. OLE color: 9798624.
HSL color Cylindrical-coordinate representation of color #E08395: hue angle of 348.39º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08395 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 149 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.12 |
| HSL | 348.39º | 0.6% | 0.7% | - |
| HSV(B) | 348.39º | 0.42% | 0.88% | - |
| XYZ | 44.28 | 34.25 | 32.71 | - |
| YUV | 160.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 149 | 0 | 0.42 | 0.33 | 0.12 | 348.39 | 0.6 | 0.7 |
| Hex | E0 | 83 | 95 | 0 | 2A | 21 | C | 15C | 3C | 46 |
| Octal | 340 | 203 | 225 | 0 | 52 | 41 | 14 | 534 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10010101 | 0 | 101010 | 100001 | 1100 | 101011100 | 111100 | 1000110 |
Color Harmonies of #E08395
Complementary color
Monochromatic Colors of #E08395
Black with #E08395
Text Example
Text Example
White with #E08395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08395; }
p { color: rgb(224,131,149); }
H1.HeaderClassName
{
color: #E08395;
}
.AnyTagClassName
{
color: #E08395;
}
</style>
background-color css
<style>
a { background-color: #E08395; }
a { background-color: rgb(224,131,149); }
div.DivClassName
{
background-color: #E08395;
}
.BgClassName
{
background-color: #E08395;
}
</style>
border-color css
<style>
span { border-color: #E08395; }
span { border-color: rgb(224,131,149); }
td.TdClassName
{
border-color: #E08395;
}
.TagClassName
{
border-color: #E08395;
}
</style>