Shades of Carissma #E381A3
Tints of Carissma #E381A3
RGB
CMYK
RGB Variations
Color information
#E381A3 (or 0xE381A3) is known color: Carissma. HEX triplet: E3, 81 and A3. RGB value is (227,129,163). Sum of RGB (Red+Green+Blue) = 227+129+163=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A3 is #1C7E5C. Grayscale: #A2A2A2. Windows color (decimal): -1867357 or 10715619. OLE color: 10715619.
HSL color Cylindrical-coordinate representation of color #E381A3: hue angle of 339.18º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381A3 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 163 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.11 |
| HSL | 339.18º | 0.64% | 0.7% | - |
| HSV(B) | 339.18º | 0.43% | 0.89% | - |
| XYZ | 46.14 | 34.68 | 38.91 | - |
| YUV | 162.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 163 | 0 | 0.43 | 0.28 | 0.11 | 339.18 | 0.64 | 0.7 |
| Hex | E3 | 81 | A3 | 0 | 2B | 1C | B | 153 | 40 | 46 |
| Octal | 343 | 201 | 243 | 0 | 53 | 34 | 13 | 523 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10100011 | 0 | 101011 | 11100 | 1011 | 101010011 | 1000000 | 1000110 |
Color Harmonies of #E381A3
Complementary color
Monochromatic Colors of #E381A3
Black with #E381A3
Text Example
Text Example
White with #E381A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381A3; }
p { color: rgb(227,129,163); }
H1.HeaderClassName
{
color: #E381A3;
}
.AnyTagClassName
{
color: #E381A3;
}
</style>
background-color css
<style>
a { background-color: #E381A3; }
a { background-color: rgb(227,129,163); }
div.DivClassName
{
background-color: #E381A3;
}
.BgClassName
{
background-color: #E381A3;
}
</style>
border-color css
<style>
span { border-color: #E381A3; }
span { border-color: rgb(227,129,163); }
td.TdClassName
{
border-color: #E381A3;
}
.TagClassName
{
border-color: #E381A3;
}
</style>