Shades of Carissma #E480A3
Tints of Carissma #E480A3
RGB
CMYK
RGB Variations
Color information
#E480A3 (or 0xE480A3) is known color: Carissma. HEX triplet: E4, 80 and A3. RGB value is (228,128,163). Sum of RGB (Red+Green+Blue) = 228+128+163=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E480A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480A3 is #1B7F5C. Grayscale: #A1A1A1. Windows color (decimal): -1802077 or 10715364. OLE color: 10715364.
HSL color Cylindrical-coordinate representation of color #E480A3: hue angle of 339º 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 #E480A3 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 163 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.11 |
| HSL | 339º | 0.65% | 0.7% | - |
| HSV(B) | 339º | 0.44% | 0.89% | - |
| XYZ | 46.32 | 34.58 | 38.88 | - |
| YUV | 161.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 163 | 0 | 0.44 | 0.29 | 0.11 | 339 | 0.65 | 0.7 |
| Hex | E4 | 80 | A3 | 0 | 2C | 1D | B | 153 | 41 | 46 |
| Octal | 344 | 200 | 243 | 0 | 54 | 35 | 13 | 523 | 101 | 106 |
| Binary | 11100100 | 10000000 | 10100011 | 0 | 101100 | 11101 | 1011 | 101010011 | 1000001 | 1000110 |
Color Harmonies of #E480A3
Complementary color
Monochromatic Colors of #E480A3
Black with #E480A3
Text Example
Text Example
White with #E480A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480A3; }
p { color: rgb(228,128,163); }
H1.HeaderClassName
{
color: #E480A3;
}
.AnyTagClassName
{
color: #E480A3;
}
</style>
background-color css
<style>
a { background-color: #E480A3; }
a { background-color: rgb(228,128,163); }
div.DivClassName
{
background-color: #E480A3;
}
.BgClassName
{
background-color: #E480A3;
}
</style>
border-color css
<style>
span { border-color: #E480A3; }
span { border-color: rgb(228,128,163); }
td.TdClassName
{
border-color: #E480A3;
}
.TagClassName
{
border-color: #E480A3;
}
</style>