Shades of Carissma #E381A1
Tints of Carissma #E381A1
RGB
CMYK
RGB Variations
Color information
#E381A1 (or 0xE381A1) is known color: Carissma. HEX triplet: E3, 81 and A1. RGB value is (227,129,161). Sum of RGB (Red+Green+Blue) = 227+129+161=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A1 is #1C7E5E. Grayscale: #A1A1A1. Windows color (decimal): -1867359 or 10584547. OLE color: 10584547.
HSL color Cylindrical-coordinate representation of color #E381A1: hue angle of 340.41º 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 #E381A1 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 161 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.11 |
| HSL | 340.41º | 0.64% | 0.7% | - |
| HSV(B) | 340.41º | 0.43% | 0.89% | - |
| XYZ | 45.96 | 34.6 | 37.98 | - |
| YUV | 161.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 161 | 0 | 0.43 | 0.29 | 0.11 | 340.41 | 0.64 | 0.7 |
| Hex | E3 | 81 | A1 | 0 | 2B | 1D | B | 154 | 40 | 46 |
| Octal | 343 | 201 | 241 | 0 | 53 | 35 | 13 | 524 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10100001 | 0 | 101011 | 11101 | 1011 | 101010100 | 1000000 | 1000110 |
Color Harmonies of #E381A1
Complementary color
Monochromatic Colors of #E381A1
Black with #E381A1
Text Example
Text Example
White with #E381A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381A1; }
p { color: rgb(227,129,161); }
H1.HeaderClassName
{
color: #E381A1;
}
.AnyTagClassName
{
color: #E381A1;
}
</style>
background-color css
<style>
a { background-color: #E381A1; }
a { background-color: rgb(227,129,161); }
div.DivClassName
{
background-color: #E381A1;
}
.BgClassName
{
background-color: #E381A1;
}
</style>
border-color css
<style>
span { border-color: #E381A1; }
span { border-color: rgb(227,129,161); }
td.TdClassName
{
border-color: #E381A1;
}
.TagClassName
{
border-color: #E381A1;
}
</style>