Shades of Carissma #E380A3
Tints of Carissma #E380A3
RGB
CMYK
RGB Variations
Color information
#E380A3 (or 0xE380A3) is known color: Carissma. HEX triplet: E3, 80 and A3. RGB value is (227,128,163). Sum of RGB (Red+Green+Blue) = 227+128+163=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A3 is #1C7F5C. Grayscale: #A1A1A1. Windows color (decimal): -1867613 or 10715363. OLE color: 10715363.
HSL color Cylindrical-coordinate representation of color #E380A3: hue angle of 338.79º 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 #E380A3 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 163 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.11 |
| HSL | 338.79º | 0.64% | 0.7% | - |
| HSV(B) | 338.79º | 0.44% | 0.89% | - |
| XYZ | 46.01 | 34.41 | 38.87 | - |
| YUV | 161.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 163 | 0 | 0.44 | 0.28 | 0.11 | 338.79 | 0.64 | 0.7 |
| Hex | E3 | 80 | A3 | 0 | 2C | 1C | B | 153 | 40 | 46 |
| Octal | 343 | 200 | 243 | 0 | 54 | 34 | 13 | 523 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10100011 | 0 | 101100 | 11100 | 1011 | 101010011 | 1000000 | 1000110 |
Color Harmonies of #E380A3
Complementary color
Monochromatic Colors of #E380A3
Black with #E380A3
Text Example
Text Example
White with #E380A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380A3; }
p { color: rgb(227,128,163); }
H1.HeaderClassName
{
color: #E380A3;
}
.AnyTagClassName
{
color: #E380A3;
}
</style>
background-color css
<style>
a { background-color: #E380A3; }
a { background-color: rgb(227,128,163); }
div.DivClassName
{
background-color: #E380A3;
}
.BgClassName
{
background-color: #E380A3;
}
</style>
border-color css
<style>
span { border-color: #E380A3; }
span { border-color: rgb(227,128,163); }
td.TdClassName
{
border-color: #E380A3;
}
.TagClassName
{
border-color: #E380A3;
}
</style>