Shades of Carissma #E281A0
Tints of Carissma #E281A0
RGB
CMYK
RGB Variations
Color information
#E281A0 (or 0xE281A0) is known color: Carissma. HEX triplet: E2, 81 and A0. RGB value is (226,129,160). Sum of RGB (Red+Green+Blue) = 226+129+160=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E281A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E281A0 is #1D7E5F. Grayscale: #A1A1A1. Windows color (decimal): -1932896 or 10519010. OLE color: 10519010.
HSL color Cylindrical-coordinate representation of color #E281A0: hue angle of 340.82º degrees, saturation: 0.63, 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 #E281A0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 160 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.11 |
| HSL | 340.82º | 0.63% | 0.7% | - |
| HSV(B) | 340.82º | 0.43% | 0.89% | - |
| XYZ | 45.56 | 34.41 | 37.5 | - |
| YUV | 161.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 160 | 0 | 0.43 | 0.29 | 0.11 | 340.82 | 0.63 | 0.7 |
| Hex | E2 | 81 | A0 | 0 | 2B | 1D | B | 155 | 3F | 46 |
| Octal | 342 | 201 | 240 | 0 | 53 | 35 | 13 | 525 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10100000 | 0 | 101011 | 11101 | 1011 | 101010101 | 111111 | 1000110 |
Color Harmonies of #E281A0
Complementary color
Monochromatic Colors of #E281A0
Black with #E281A0
Text Example
Text Example
White with #E281A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281A0; }
p { color: rgb(226,129,160); }
H1.HeaderClassName
{
color: #E281A0;
}
.AnyTagClassName
{
color: #E281A0;
}
</style>
background-color css
<style>
a { background-color: #E281A0; }
a { background-color: rgb(226,129,160); }
div.DivClassName
{
background-color: #E281A0;
}
.BgClassName
{
background-color: #E281A0;
}
</style>
border-color css
<style>
span { border-color: #E281A0; }
span { border-color: rgb(226,129,160); }
td.TdClassName
{
border-color: #E281A0;
}
.TagClassName
{
border-color: #E281A0;
}
</style>