Shades of Carissma #E08387
Tints of Carissma #E08387
RGB
CMYK
RGB Variations
Color information
#E08387 (or 0xE08387) is known color: Carissma. HEX triplet: E0, 83 and 87. RGB value is (224,131,135). Sum of RGB (Red+Green+Blue) = 224+131+135=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08387 is #1F7C78. Grayscale: #9F9F9F. Windows color (decimal): -2063481 or 8881120. OLE color: 8881120.
HSL color Cylindrical-coordinate representation of color #E08387: hue angle of 357.42º 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 #E08387 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 135 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.12 |
| HSL | 357.42º | 0.6% | 0.7% | - |
| HSV(B) | 357.42º | 0.42% | 0.88% | - |
| XYZ | 43.23 | 33.83 | 27.17 | - |
| YUV | 159.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 135 | 0 | 0.42 | 0.40 | 0.12 | 357.42 | 0.6 | 0.7 |
| Hex | E0 | 83 | 87 | 0 | 2A | 28 | C | 165 | 3C | 46 |
| Octal | 340 | 203 | 207 | 0 | 52 | 50 | 14 | 545 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10000111 | 0 | 101010 | 101000 | 1100 | 101100101 | 111100 | 1000110 |
Color Harmonies of #E08387
Complementary color
Monochromatic Colors of #E08387
Black with #E08387
Text Example
Text Example
White with #E08387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08387; }
p { color: rgb(224,131,135); }
H1.HeaderClassName
{
color: #E08387;
}
.AnyTagClassName
{
color: #E08387;
}
</style>
background-color css
<style>
a { background-color: #E08387; }
a { background-color: rgb(224,131,135); }
div.DivClassName
{
background-color: #E08387;
}
.BgClassName
{
background-color: #E08387;
}
</style>
border-color css
<style>
span { border-color: #E08387; }
span { border-color: rgb(224,131,135); }
td.TdClassName
{
border-color: #E08387;
}
.TagClassName
{
border-color: #E08387;
}
</style>