Shades of Carissma #E782A1
Tints of Carissma #E782A1
RGB
CMYK
RGB Variations
Color information
#E782A1 (or 0xE782A1) is known color: Carissma. HEX triplet: E7, 82 and A1. RGB value is (231,130,161). Sum of RGB (Red+Green+Blue) = 231+130+161=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A1 is #187D5E. Grayscale: #A3A3A3. Windows color (decimal): -1604959 or 10584807. OLE color: 10584807.
HSL color Cylindrical-coordinate representation of color #E782A1: hue angle of 341.58º 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 #E782A1 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 161 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.09 |
| HSL | 341.58º | 0.68% | 0.71% | - |
| HSV(B) | 341.58º | 0.44% | 0.91% | - |
| XYZ | 47.37 | 35.53 | 38.08 | - |
| YUV | 163.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 161 | 0 | 0.44 | 0.30 | 0.09 | 341.58 | 0.68 | 0.71 |
| Hex | E7 | 82 | A1 | 0 | 2C | 1E | 9 | 156 | 44 | 47 |
| Octal | 347 | 202 | 241 | 0 | 54 | 36 | 11 | 526 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10100001 | 0 | 101100 | 11110 | 1001 | 101010110 | 1000100 | 1000111 |
Color Harmonies of #E782A1
Complementary color
Monochromatic Colors of #E782A1
Black with #E782A1
Text Example
Text Example
White with #E782A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782A1; }
p { color: rgb(231,130,161); }
H1.HeaderClassName
{
color: #E782A1;
}
.AnyTagClassName
{
color: #E782A1;
}
</style>
background-color css
<style>
a { background-color: #E782A1; }
a { background-color: rgb(231,130,161); }
div.DivClassName
{
background-color: #E782A1;
}
.BgClassName
{
background-color: #E782A1;
}
</style>
border-color css
<style>
span { border-color: #E782A1; }
span { border-color: rgb(231,130,161); }
td.TdClassName
{
border-color: #E782A1;
}
.TagClassName
{
border-color: #E782A1;
}
</style>