Shades of Carissma #E384A2
Tints of Carissma #E384A2
RGB
CMYK
RGB Variations
Color information
#E384A2 (or 0xE384A2) is known color: Carissma. HEX triplet: E3, 84 and A2. RGB value is (227,132,162). Sum of RGB (Red+Green+Blue) = 227+132+162=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A2 is #1C7B5D. Grayscale: #A3A3A3. Windows color (decimal): -1866590 or 10650851. OLE color: 10650851.
HSL color Cylindrical-coordinate representation of color #E384A2: hue angle of 341.05º degrees, saturation: 0.63, 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 #E384A2 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 162 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.11 |
| HSL | 341.05º | 0.63% | 0.7% | - |
| HSV(B) | 341.05º | 0.42% | 0.89% | - |
| XYZ | 46.45 | 35.44 | 38.58 | - |
| YUV | 163.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 162 | 0 | 0.42 | 0.29 | 0.11 | 341.05 | 0.63 | 0.7 |
| Hex | E3 | 84 | A2 | 0 | 2A | 1D | B | 155 | 3F | 46 |
| Octal | 343 | 204 | 242 | 0 | 52 | 35 | 13 | 525 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10100010 | 0 | 101010 | 11101 | 1011 | 101010101 | 111111 | 1000110 |
Color Harmonies of #E384A2
Complementary color
Monochromatic Colors of #E384A2
Black with #E384A2
Text Example
Text Example
White with #E384A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384A2; }
p { color: rgb(227,132,162); }
H1.HeaderClassName
{
color: #E384A2;
}
.AnyTagClassName
{
color: #E384A2;
}
</style>
background-color css
<style>
a { background-color: #E384A2; }
a { background-color: rgb(227,132,162); }
div.DivClassName
{
background-color: #E384A2;
}
.BgClassName
{
background-color: #E384A2;
}
</style>
border-color css
<style>
span { border-color: #E384A2; }
span { border-color: rgb(227,132,162); }
td.TdClassName
{
border-color: #E384A2;
}
.TagClassName
{
border-color: #E384A2;
}
</style>