Shades of Carissma #E7828A
Tints of Carissma #E7828A
RGB
CMYK
RGB Variations
Color information
#E7828A (or 0xE7828A) is known color: Carissma. HEX triplet: E7, 82 and 8A. RGB value is (231,130,138). Sum of RGB (Red+Green+Blue) = 231+130+138=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7828A is #187D75. Grayscale: #A1A1A1. Windows color (decimal): -1604982 or 9077479. OLE color: 9077479.
HSL color Cylindrical-coordinate representation of color #E7828A: hue angle of 355.25º 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 #E7828A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 138 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.09 |
| HSL | 355.25º | 0.68% | 0.71% | - |
| HSV(B) | 355.25º | 0.44% | 0.91% | - |
| XYZ | 45.53 | 34.79 | 28.36 | - |
| YUV | 161.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 138 | 0 | 0.44 | 0.40 | 0.09 | 355.25 | 0.68 | 0.71 |
| Hex | E7 | 82 | 8A | 0 | 2C | 28 | 9 | 163 | 44 | 47 |
| Octal | 347 | 202 | 212 | 0 | 54 | 50 | 11 | 543 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10001010 | 0 | 101100 | 101000 | 1001 | 101100011 | 1000100 | 1000111 |
Color Harmonies of #E7828A
Complementary color
Monochromatic Colors of #E7828A
Black with #E7828A
Text Example
Text Example
White with #E7828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7828A; }
p { color: rgb(231,130,138); }
H1.HeaderClassName
{
color: #E7828A;
}
.AnyTagClassName
{
color: #E7828A;
}
</style>
background-color css
<style>
a { background-color: #E7828A; }
a { background-color: rgb(231,130,138); }
div.DivClassName
{
background-color: #E7828A;
}
.BgClassName
{
background-color: #E7828A;
}
</style>
border-color css
<style>
span { border-color: #E7828A; }
span { border-color: rgb(231,130,138); }
td.TdClassName
{
border-color: #E7828A;
}
.TagClassName
{
border-color: #E7828A;
}
</style>