Shades of Carissma #E380A0
Tints of Carissma #E380A0
RGB
CMYK
RGB Variations
Color information
#E380A0 (or 0xE380A0) is known color: Carissma. HEX triplet: E3, 80 and A0. RGB value is (227,128,160). Sum of RGB (Red+Green+Blue) = 227+128+160=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A0 is #1C7F5F. Grayscale: #A1A1A1. Windows color (decimal): -1867616 or 10518755. OLE color: 10518755.
HSL color Cylindrical-coordinate representation of color #E380A0: hue angle of 340.61º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380A0 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 160 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.11 |
| HSL | 340.61º | 0.64% | 0.7% | - |
| HSV(B) | 340.61º | 0.44% | 0.89% | - |
| XYZ | 45.74 | 34.31 | 37.47 | - |
| YUV | 161.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 160 | 0 | 0.44 | 0.30 | 0.11 | 340.61 | 0.64 | 0.7 |
| Hex | E3 | 80 | A0 | 0 | 2C | 1E | B | 155 | 40 | 46 |
| Octal | 343 | 200 | 240 | 0 | 54 | 36 | 13 | 525 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10100000 | 0 | 101100 | 11110 | 1011 | 101010101 | 1000000 | 1000110 |
Color Harmonies of #E380A0
Complementary color
Monochromatic Colors of #E380A0
Black with #E380A0
Text Example
Text Example
White with #E380A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380A0; }
p { color: rgb(227,128,160); }
H1.HeaderClassName
{
color: #E380A0;
}
.AnyTagClassName
{
color: #E380A0;
}
</style>
background-color css
<style>
a { background-color: #E380A0; }
a { background-color: rgb(227,128,160); }
div.DivClassName
{
background-color: #E380A0;
}
.BgClassName
{
background-color: #E380A0;
}
</style>
border-color css
<style>
span { border-color: #E380A0; }
span { border-color: rgb(227,128,160); }
td.TdClassName
{
border-color: #E380A0;
}
.TagClassName
{
border-color: #E380A0;
}
</style>