Shades of Carissma #E08389
Tints of Carissma #E08389
RGB
CMYK
RGB Variations
Color information
#E08389 (or 0xE08389) is known color: Carissma. HEX triplet: E0, 83 and 89. RGB value is (224,131,137). Sum of RGB (Red+Green+Blue) = 224+131+137=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E08389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08389 is #1F7C76. Grayscale: #9F9F9F. Windows color (decimal): -2063479 or 9012192. OLE color: 9012192.
HSL color Cylindrical-coordinate representation of color #E08389: hue angle of 356.13º 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 #E08389 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 137 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.12 |
| HSL | 356.13º | 0.6% | 0.7% | - |
| HSV(B) | 356.13º | 0.42% | 0.88% | - |
| XYZ | 43.37 | 33.89 | 27.92 | - |
| YUV | 159.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 137 | 0 | 0.42 | 0.39 | 0.12 | 356.13 | 0.6 | 0.7 |
| Hex | E0 | 83 | 89 | 0 | 2A | 27 | C | 164 | 3C | 46 |
| Octal | 340 | 203 | 211 | 0 | 52 | 47 | 14 | 544 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10001001 | 0 | 101010 | 100111 | 1100 | 101100100 | 111100 | 1000110 |
Color Harmonies of #E08389
Complementary color
Monochromatic Colors of #E08389
Black with #E08389
Text Example
Text Example
White with #E08389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08389; }
p { color: rgb(224,131,137); }
H1.HeaderClassName
{
color: #E08389;
}
.AnyTagClassName
{
color: #E08389;
}
</style>
background-color css
<style>
a { background-color: #E08389; }
a { background-color: rgb(224,131,137); }
div.DivClassName
{
background-color: #E08389;
}
.BgClassName
{
background-color: #E08389;
}
</style>
border-color css
<style>
span { border-color: #E08389; }
span { border-color: rgb(224,131,137); }
td.TdClassName
{
border-color: #E08389;
}
.TagClassName
{
border-color: #E08389;
}
</style>