Shades of Carissma #E0838E
Tints of Carissma #E0838E
RGB
CMYK
RGB Variations
Color information
#E0838E (or 0xE0838E) is known color: Carissma. HEX triplet: E0, 83 and 8E. RGB value is (224,131,142). Sum of RGB (Red+Green+Blue) = 224+131+142=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0838E is #1F7C71. Grayscale: #A0A0A0. Windows color (decimal): -2063474 or 9339872. OLE color: 9339872.
HSL color Cylindrical-coordinate representation of color #E0838E: hue angle of 352.9º 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 #E0838E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 142 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.12 |
| HSL | 352.9º | 0.6% | 0.7% | - |
| HSV(B) | 352.9º | 0.42% | 0.88% | - |
| XYZ | 43.74 | 34.03 | 29.85 | - |
| YUV | 160.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 142 | 0 | 0.42 | 0.37 | 0.12 | 352.9 | 0.6 | 0.7 |
| Hex | E0 | 83 | 8E | 0 | 2A | 25 | C | 161 | 3C | 46 |
| Octal | 340 | 203 | 216 | 0 | 52 | 45 | 14 | 541 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10001110 | 0 | 101010 | 100101 | 1100 | 101100001 | 111100 | 1000110 |
Color Harmonies of #E0838E
Complementary color
Monochromatic Colors of #E0838E
Black with #E0838E
Text Example
Text Example
White with #E0838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0838E; }
p { color: rgb(224,131,142); }
H1.HeaderClassName
{
color: #E0838E;
}
.AnyTagClassName
{
color: #E0838E;
}
</style>
background-color css
<style>
a { background-color: #E0838E; }
a { background-color: rgb(224,131,142); }
div.DivClassName
{
background-color: #E0838E;
}
.BgClassName
{
background-color: #E0838E;
}
</style>
border-color css
<style>
span { border-color: #E0838E; }
span { border-color: rgb(224,131,142); }
td.TdClassName
{
border-color: #E0838E;
}
.TagClassName
{
border-color: #E0838E;
}
</style>