Shades of Carissma #E782A0
Tints of Carissma #E782A0
RGB
CMYK
RGB Variations
Color information
#E782A0 (or 0xE782A0) is known color: Carissma. HEX triplet: E7, 82 and A0. RGB value is (231,130,160). Sum of RGB (Red+Green+Blue) = 231+130+160=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A0 is #187D5F. Grayscale: #A3A3A3. Windows color (decimal): -1604960 or 10519271. OLE color: 10519271.
HSL color Cylindrical-coordinate representation of color #E782A0: hue angle of 342.18º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782A0 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 160 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.09 |
| HSL | 342.18º | 0.68% | 0.71% | - |
| HSV(B) | 342.18º | 0.44% | 0.91% | - |
| XYZ | 47.28 | 35.49 | 37.62 | - |
| YUV | 163.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 160 | 0 | 0.44 | 0.31 | 0.09 | 342.18 | 0.68 | 0.71 |
| Hex | E7 | 82 | A0 | 0 | 2C | 1F | 9 | 156 | 44 | 47 |
| Octal | 347 | 202 | 240 | 0 | 54 | 37 | 11 | 526 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10100000 | 0 | 101100 | 11111 | 1001 | 101010110 | 1000100 | 1000111 |
Color Harmonies of #E782A0
Complementary color
Monochromatic Colors of #E782A0
Black with #E782A0
Text Example
Text Example
White with #E782A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782A0; }
p { color: rgb(231,130,160); }
H1.HeaderClassName
{
color: #E782A0;
}
.AnyTagClassName
{
color: #E782A0;
}
</style>
background-color css
<style>
a { background-color: #E782A0; }
a { background-color: rgb(231,130,160); }
div.DivClassName
{
background-color: #E782A0;
}
.BgClassName
{
background-color: #E782A0;
}
</style>
border-color css
<style>
span { border-color: #E782A0; }
span { border-color: rgb(231,130,160); }
td.TdClassName
{
border-color: #E782A0;
}
.TagClassName
{
border-color: #E782A0;
}
</style>