Shades of Carissma #E083A0
Tints of Carissma #E083A0
RGB
CMYK
RGB Variations
Color information
#E083A0 (or 0xE083A0) is known color: Carissma. HEX triplet: E0, 83 and A0. RGB value is (224,131,160). Sum of RGB (Red+Green+Blue) = 224+131+160=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E083A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083A0 is #1F7C5F. Grayscale: #A2A2A2. Windows color (decimal): -2063456 or 10519520. OLE color: 10519520.
HSL color Cylindrical-coordinate representation of color #E083A0: hue angle of 341.29º 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 #E083A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 160 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.12 |
| HSL | 341.29º | 0.6% | 0.7% | - |
| HSV(B) | 341.29º | 0.42% | 0.88% | - |
| XYZ | 45.2 | 34.62 | 37.56 | - |
| YUV | 162.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 160 | 0 | 0.42 | 0.29 | 0.12 | 341.29 | 0.6 | 0.7 |
| Hex | E0 | 83 | A0 | 0 | 2A | 1D | C | 155 | 3C | 46 |
| Octal | 340 | 203 | 240 | 0 | 52 | 35 | 14 | 525 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10100000 | 0 | 101010 | 11101 | 1100 | 101010101 | 111100 | 1000110 |
Color Harmonies of #E083A0
Complementary color
Monochromatic Colors of #E083A0
Black with #E083A0
Text Example
Text Example
White with #E083A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083A0; }
p { color: rgb(224,131,160); }
H1.HeaderClassName
{
color: #E083A0;
}
.AnyTagClassName
{
color: #E083A0;
}
</style>
background-color css
<style>
a { background-color: #E083A0; }
a { background-color: rgb(224,131,160); }
div.DivClassName
{
background-color: #E083A0;
}
.BgClassName
{
background-color: #E083A0;
}
</style>
border-color css
<style>
span { border-color: #E083A0; }
span { border-color: rgb(224,131,160); }
td.TdClassName
{
border-color: #E083A0;
}
.TagClassName
{
border-color: #E083A0;
}
</style>