Shades of Carissma #E380A1
Tints of Carissma #E380A1
RGB
CMYK
RGB Variations
Color information
#E380A1 (or 0xE380A1) is known color: Carissma. HEX triplet: E3, 80 and A1. RGB value is (227,128,161). Sum of RGB (Red+Green+Blue) = 227+128+161=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A1 is #1C7F5E. Grayscale: #A1A1A1. Windows color (decimal): -1867615 or 10584291. OLE color: 10584291.
HSL color Cylindrical-coordinate representation of color #E380A1: hue angle of 340º 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 #E380A1 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 161 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.11 |
| HSL | 340º | 0.64% | 0.7% | - |
| HSV(B) | 340º | 0.44% | 0.89% | - |
| XYZ | 45.83 | 34.34 | 37.93 | - |
| YUV | 161.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 161 | 0 | 0.44 | 0.29 | 0.11 | 340 | 0.64 | 0.7 |
| Hex | E3 | 80 | A1 | 0 | 2C | 1D | B | 154 | 40 | 46 |
| Octal | 343 | 200 | 241 | 0 | 54 | 35 | 13 | 524 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10100001 | 0 | 101100 | 11101 | 1011 | 101010100 | 1000000 | 1000110 |
Color Harmonies of #E380A1
Complementary color
Monochromatic Colors of #E380A1
Black with #E380A1
Text Example
Text Example
White with #E380A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380A1; }
p { color: rgb(227,128,161); }
H1.HeaderClassName
{
color: #E380A1;
}
.AnyTagClassName
{
color: #E380A1;
}
</style>
background-color css
<style>
a { background-color: #E380A1; }
a { background-color: rgb(227,128,161); }
div.DivClassName
{
background-color: #E380A1;
}
.BgClassName
{
background-color: #E380A1;
}
</style>
border-color css
<style>
span { border-color: #E380A1; }
span { border-color: rgb(227,128,161); }
td.TdClassName
{
border-color: #E380A1;
}
.TagClassName
{
border-color: #E380A1;
}
</style>