Shades of Carissma #E480A1
Tints of Carissma #E480A1
RGB
CMYK
RGB Variations
Color information
#E480A1 (or 0xE480A1) is known color: Carissma. HEX triplet: E4, 80 and A1. RGB value is (228,128,161). Sum of RGB (Red+Green+Blue) = 228+128+161=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E480A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480A1 is #1B7F5E. Grayscale: #A1A1A1. Windows color (decimal): -1802079 or 10584292. OLE color: 10584292.
HSL color Cylindrical-coordinate representation of color #E480A1: hue angle of 340.2º degrees, saturation: 0.65, 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 #E480A1 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 161 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.11 |
| HSL | 340.2º | 0.65% | 0.7% | - |
| HSV(B) | 340.2º | 0.44% | 0.89% | - |
| XYZ | 46.15 | 34.51 | 37.95 | - |
| YUV | 161.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 161 | 0 | 0.44 | 0.29 | 0.11 | 340.2 | 0.65 | 0.7 |
| Hex | E4 | 80 | A1 | 0 | 2C | 1D | B | 154 | 41 | 46 |
| Octal | 344 | 200 | 241 | 0 | 54 | 35 | 13 | 524 | 101 | 106 |
| Binary | 11100100 | 10000000 | 10100001 | 0 | 101100 | 11101 | 1011 | 101010100 | 1000001 | 1000110 |
Color Harmonies of #E480A1
Complementary color
Monochromatic Colors of #E480A1
Black with #E480A1
Text Example
Text Example
White with #E480A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480A1; }
p { color: rgb(228,128,161); }
H1.HeaderClassName
{
color: #E480A1;
}
.AnyTagClassName
{
color: #E480A1;
}
</style>
background-color css
<style>
a { background-color: #E480A1; }
a { background-color: rgb(228,128,161); }
div.DivClassName
{
background-color: #E480A1;
}
.BgClassName
{
background-color: #E480A1;
}
</style>
border-color css
<style>
span { border-color: #E480A1; }
span { border-color: rgb(228,128,161); }
td.TdClassName
{
border-color: #E480A1;
}
.TagClassName
{
border-color: #E480A1;
}
</style>