Shades of Carissma #E7828B
Tints of Carissma #E7828B
RGB
CMYK
RGB Variations
Color information
#E7828B (or 0xE7828B) is known color: Carissma. HEX triplet: E7, 82 and 8B. RGB value is (231,130,139). Sum of RGB (Red+Green+Blue) = 231+130+139=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7828B is #187D74. Grayscale: #A1A1A1. Windows color (decimal): -1604981 or 9143015. OLE color: 9143015.
HSL color Cylindrical-coordinate representation of color #E7828B: hue angle of 354.65º 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 #E7828B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 139 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.09 |
| HSL | 354.65º | 0.68% | 0.71% | - |
| HSV(B) | 354.65º | 0.44% | 0.91% | - |
| XYZ | 45.6 | 34.82 | 28.74 | - |
| YUV | 161.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 139 | 0 | 0.44 | 0.40 | 0.09 | 354.65 | 0.68 | 0.71 |
| Hex | E7 | 82 | 8B | 0 | 2C | 28 | 9 | 163 | 44 | 47 |
| Octal | 347 | 202 | 213 | 0 | 54 | 50 | 11 | 543 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10001011 | 0 | 101100 | 101000 | 1001 | 101100011 | 1000100 | 1000111 |
Color Harmonies of #E7828B
Complementary color
Monochromatic Colors of #E7828B
Black with #E7828B
Text Example
Text Example
White with #E7828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7828B; }
p { color: rgb(231,130,139); }
H1.HeaderClassName
{
color: #E7828B;
}
.AnyTagClassName
{
color: #E7828B;
}
</style>
background-color css
<style>
a { background-color: #E7828B; }
a { background-color: rgb(231,130,139); }
div.DivClassName
{
background-color: #E7828B;
}
.BgClassName
{
background-color: #E7828B;
}
</style>
border-color css
<style>
span { border-color: #E7828B; }
span { border-color: rgb(231,130,139); }
td.TdClassName
{
border-color: #E7828B;
}
.TagClassName
{
border-color: #E7828B;
}
</style>