Shades of Carissma #E283A0
Tints of Carissma #E283A0
RGB
CMYK
RGB Variations
Color information
#E283A0 (or 0xE283A0) is known color: Carissma. HEX triplet: E2, 83 and A0. RGB value is (226,131,160). Sum of RGB (Red+Green+Blue) = 226+131+160=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E283A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E283A0 is #1D7C5F. Grayscale: #A2A2A2. Windows color (decimal): -1932384 or 10519522. OLE color: 10519522.
HSL color Cylindrical-coordinate representation of color #E283A0: hue angle of 341.68º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E283A0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 160 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.11 |
| HSL | 341.68º | 0.62% | 0.7% | - |
| HSV(B) | 341.68º | 0.42% | 0.89% | - |
| XYZ | 45.83 | 34.94 | 37.59 | - |
| YUV | 162.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 160 | 0 | 0.42 | 0.29 | 0.11 | 341.68 | 0.62 | 0.7 |
| Hex | E2 | 83 | A0 | 0 | 2A | 1D | B | 156 | 3E | 46 |
| Octal | 342 | 203 | 240 | 0 | 52 | 35 | 13 | 526 | 76 | 106 |
| Binary | 11100010 | 10000011 | 10100000 | 0 | 101010 | 11101 | 1011 | 101010110 | 111110 | 1000110 |
Color Harmonies of #E283A0
Complementary color
Monochromatic Colors of #E283A0
Black with #E283A0
Text Example
Text Example
White with #E283A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E283A0; }
p { color: rgb(226,131,160); }
H1.HeaderClassName
{
color: #E283A0;
}
.AnyTagClassName
{
color: #E283A0;
}
</style>
background-color css
<style>
a { background-color: #E283A0; }
a { background-color: rgb(226,131,160); }
div.DivClassName
{
background-color: #E283A0;
}
.BgClassName
{
background-color: #E283A0;
}
</style>
border-color css
<style>
span { border-color: #E283A0; }
span { border-color: rgb(226,131,160); }
td.TdClassName
{
border-color: #E283A0;
}
.TagClassName
{
border-color: #E283A0;
}
</style>