Shades of Carissma #E0829B
Tints of Carissma #E0829B
RGB
CMYK
RGB Variations
Color information
#E0829B (or 0xE0829B) is known color: Carissma. HEX triplet: E0, 82 and 9B. RGB value is (224,130,155). Sum of RGB (Red+Green+Blue) = 224+130+155=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829B is #1F7D64. Grayscale: #A0A0A0. Windows color (decimal): -2063717 or 10191584. OLE color: 10191584.
HSL color Cylindrical-coordinate representation of color #E0829B: hue angle of 344.04º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0829B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 155 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.12 |
| HSL | 344.04º | 0.6% | 0.69% | - |
| HSV(B) | 344.04º | 0.42% | 0.88% | - |
| XYZ | 44.64 | 34.18 | 35.25 | - |
| YUV | 160.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 155 | 0 | 0.42 | 0.31 | 0.12 | 344.04 | 0.6 | 0.69 |
| Hex | E0 | 82 | 9B | 0 | 2A | 1F | C | 158 | 3C | 45 |
| Octal | 340 | 202 | 233 | 0 | 52 | 37 | 14 | 530 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10011011 | 0 | 101010 | 11111 | 1100 | 101011000 | 111100 | 1000101 |
Color Harmonies of #E0829B
Complementary color
Monochromatic Colors of #E0829B
Black with #E0829B
Text Example
Text Example
White with #E0829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0829B; }
p { color: rgb(224,130,155); }
H1.HeaderClassName
{
color: #E0829B;
}
.AnyTagClassName
{
color: #E0829B;
}
</style>
background-color css
<style>
a { background-color: #E0829B; }
a { background-color: rgb(224,130,155); }
div.DivClassName
{
background-color: #E0829B;
}
.BgClassName
{
background-color: #E0829B;
}
</style>
border-color css
<style>
span { border-color: #E0829B; }
span { border-color: rgb(224,130,155); }
td.TdClassName
{
border-color: #E0829B;
}
.TagClassName
{
border-color: #E0829B;
}
</style>