Shades of Carissma #E5828C
Tints of Carissma #E5828C
RGB
CMYK
RGB Variations
Color information
#E5828C (or 0xE5828C) is known color: Carissma. HEX triplet: E5, 82 and 8C. RGB value is (229,130,140). Sum of RGB (Red+Green+Blue) = 229+130+140=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5828C is #1A7D73. Grayscale: #A0A0A0. Windows color (decimal): -1736052 or 9208549. OLE color: 9208549.
HSL color Cylindrical-coordinate representation of color #E5828C: hue angle of 353.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5828C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 140 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.10 |
| HSL | 353.94º | 0.66% | 0.7% | - |
| HSV(B) | 353.94º | 0.43% | 0.9% | - |
| XYZ | 45.03 | 34.52 | 29.1 | - |
| YUV | 160.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 140 | 0 | 0.43 | 0.39 | 0.10 | 353.94 | 0.66 | 0.7 |
| Hex | E5 | 82 | 8C | 0 | 2B | 27 | A | 162 | 42 | 46 |
| Octal | 345 | 202 | 214 | 0 | 53 | 47 | 12 | 542 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10001100 | 0 | 101011 | 100111 | 1010 | 101100010 | 1000010 | 1000110 |
Color Harmonies of #E5828C
Complementary color
Monochromatic Colors of #E5828C
Black with #E5828C
Text Example
Text Example
White with #E5828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5828C; }
p { color: rgb(229,130,140); }
H1.HeaderClassName
{
color: #E5828C;
}
.AnyTagClassName
{
color: #E5828C;
}
</style>
background-color css
<style>
a { background-color: #E5828C; }
a { background-color: rgb(229,130,140); }
div.DivClassName
{
background-color: #E5828C;
}
.BgClassName
{
background-color: #E5828C;
}
</style>
border-color css
<style>
span { border-color: #E5828C; }
span { border-color: rgb(229,130,140); }
td.TdClassName
{
border-color: #E5828C;
}
.TagClassName
{
border-color: #E5828C;
}
</style>