Shades of Carissma #E0829D
Tints of Carissma #E0829D
RGB
CMYK
RGB Variations
Color information
#E0829D (or 0xE0829D) is known color: Carissma. HEX triplet: E0, 82 and 9D. RGB value is (224,130,157). Sum of RGB (Red+Green+Blue) = 224+130+157=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829D is #1F7D62. Grayscale: #A1A1A1. Windows color (decimal): -2063715 or 10322656. OLE color: 10322656.
HSL color Cylindrical-coordinate representation of color #E0829D: hue angle of 342.77º 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 #E0829D is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 157 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.12 |
| HSL | 342.77º | 0.6% | 0.69% | - |
| HSV(B) | 342.77º | 0.42% | 0.88% | - |
| XYZ | 44.81 | 34.25 | 36.15 | - |
| YUV | 161.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 157 | 0 | 0.42 | 0.30 | 0.12 | 342.77 | 0.6 | 0.69 |
| Hex | E0 | 82 | 9D | 0 | 2A | 1E | C | 157 | 3C | 45 |
| Octal | 340 | 202 | 235 | 0 | 52 | 36 | 14 | 527 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10011101 | 0 | 101010 | 11110 | 1100 | 101010111 | 111100 | 1000101 |
Color Harmonies of #E0829D
Complementary color
Monochromatic Colors of #E0829D
Black with #E0829D
Text Example
Text Example
White with #E0829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0829D; }
p { color: rgb(224,130,157); }
H1.HeaderClassName
{
color: #E0829D;
}
.AnyTagClassName
{
color: #E0829D;
}
</style>
background-color css
<style>
a { background-color: #E0829D; }
a { background-color: rgb(224,130,157); }
div.DivClassName
{
background-color: #E0829D;
}
.BgClassName
{
background-color: #E0829D;
}
</style>
border-color css
<style>
span { border-color: #E0829D; }
span { border-color: rgb(224,130,157); }
td.TdClassName
{
border-color: #E0829D;
}
.TagClassName
{
border-color: #E0829D;
}
</style>