Shades of Carissma #E0838C
Tints of Carissma #E0838C
RGB
CMYK
RGB Variations
Color information
#E0838C (or 0xE0838C) is known color: Carissma. HEX triplet: E0, 83 and 8C. RGB value is (224,131,140). Sum of RGB (Red+Green+Blue) = 224+131+140=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0838C is #1F7C73. Grayscale: #9F9F9F. Windows color (decimal): -2063476 or 9208800. OLE color: 9208800.
HSL color Cylindrical-coordinate representation of color #E0838C: hue angle of 354.19º 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 #E0838C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 140 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.12 |
| HSL | 354.19º | 0.6% | 0.7% | - |
| HSV(B) | 354.19º | 0.42% | 0.88% | - |
| XYZ | 43.59 | 33.97 | 29.07 | - |
| YUV | 159.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 140 | 0 | 0.42 | 0.38 | 0.12 | 354.19 | 0.6 | 0.7 |
| Hex | E0 | 83 | 8C | 0 | 2A | 26 | C | 162 | 3C | 46 |
| Octal | 340 | 203 | 214 | 0 | 52 | 46 | 14 | 542 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10001100 | 0 | 101010 | 100110 | 1100 | 101100010 | 111100 | 1000110 |
Color Harmonies of #E0838C
Complementary color
Monochromatic Colors of #E0838C
Black with #E0838C
Text Example
Text Example
White with #E0838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0838C; }
p { color: rgb(224,131,140); }
H1.HeaderClassName
{
color: #E0838C;
}
.AnyTagClassName
{
color: #E0838C;
}
</style>
background-color css
<style>
a { background-color: #E0838C; }
a { background-color: rgb(224,131,140); }
div.DivClassName
{
background-color: #E0838C;
}
.BgClassName
{
background-color: #E0838C;
}
</style>
border-color css
<style>
span { border-color: #E0838C; }
span { border-color: rgb(224,131,140); }
td.TdClassName
{
border-color: #E0838C;
}
.TagClassName
{
border-color: #E0838C;
}
</style>