Shades of Carissma #E8829F
Tints of Carissma #E8829F
RGB
CMYK
RGB Variations
Color information
#E8829F (or 0xE8829F) is known color: Carissma. HEX triplet: E8, 82 and 9F. RGB value is (232,130,159). Sum of RGB (Red+Green+Blue) = 232+130+159=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8829F is #177D60. Grayscale: #A3A3A3. Windows color (decimal): -1539425 or 10453736. OLE color: 10453736.
HSL color Cylindrical-coordinate representation of color #E8829F: hue angle of 342.94º degrees, saturation: 0.69, 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 #E8829F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 159 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.09 |
| HSL | 342.94º | 0.69% | 0.71% | - |
| HSV(B) | 342.94º | 0.44% | 0.91% | - |
| XYZ | 47.52 | 35.62 | 37.17 | - |
| YUV | 163.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 159 | 0 | 0.44 | 0.31 | 0.09 | 342.94 | 0.69 | 0.71 |
| Hex | E8 | 82 | 9F | 0 | 2C | 1F | 9 | 157 | 45 | 47 |
| Octal | 350 | 202 | 237 | 0 | 54 | 37 | 11 | 527 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10011111 | 0 | 101100 | 11111 | 1001 | 101010111 | 1000101 | 1000111 |
Color Harmonies of #E8829F
Complementary color
Monochromatic Colors of #E8829F
Black with #E8829F
Text Example
Text Example
White with #E8829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8829F; }
p { color: rgb(232,130,159); }
H1.HeaderClassName
{
color: #E8829F;
}
.AnyTagClassName
{
color: #E8829F;
}
</style>
background-color css
<style>
a { background-color: #E8829F; }
a { background-color: rgb(232,130,159); }
div.DivClassName
{
background-color: #E8829F;
}
.BgClassName
{
background-color: #E8829F;
}
</style>
border-color css
<style>
span { border-color: #E8829F; }
span { border-color: rgb(232,130,159); }
td.TdClassName
{
border-color: #E8829F;
}
.TagClassName
{
border-color: #E8829F;
}
</style>