Shades of Carissma #E0829A
Tints of Carissma #E0829A
RGB
CMYK
RGB Variations
Color information
#E0829A (or 0xE0829A) is known color: Carissma. HEX triplet: E0, 82 and 9A. RGB value is (224,130,154). Sum of RGB (Red+Green+Blue) = 224+130+154=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829A is #1F7D65. Grayscale: #A0A0A0. Windows color (decimal): -2063718 or 10126048. OLE color: 10126048.
HSL color Cylindrical-coordinate representation of color #E0829A: hue angle of 344.68º 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 #E0829A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 154 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.12 |
| HSL | 344.68º | 0.6% | 0.69% | - |
| HSV(B) | 344.68º | 0.42% | 0.88% | - |
| XYZ | 44.56 | 34.15 | 34.81 | - |
| YUV | 160.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 154 | 0 | 0.42 | 0.31 | 0.12 | 344.68 | 0.6 | 0.69 |
| Hex | E0 | 82 | 9A | 0 | 2A | 1F | C | 159 | 3C | 45 |
| Octal | 340 | 202 | 232 | 0 | 52 | 37 | 14 | 531 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10011010 | 0 | 101010 | 11111 | 1100 | 101011001 | 111100 | 1000101 |
Color Harmonies of #E0829A
Complementary color
Monochromatic Colors of #E0829A
Black with #E0829A
Text Example
Text Example
White with #E0829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0829A; }
p { color: rgb(224,130,154); }
H1.HeaderClassName
{
color: #E0829A;
}
.AnyTagClassName
{
color: #E0829A;
}
</style>
background-color css
<style>
a { background-color: #E0829A; }
a { background-color: rgb(224,130,154); }
div.DivClassName
{
background-color: #E0829A;
}
.BgClassName
{
background-color: #E0829A;
}
</style>
border-color css
<style>
span { border-color: #E0829A; }
span { border-color: rgb(224,130,154); }
td.TdClassName
{
border-color: #E0829A;
}
.TagClassName
{
border-color: #E0829A;
}
</style>