Shades of Carissma #E4829A
Tints of Carissma #E4829A
RGB
CMYK
RGB Variations
Color information
#E4829A (or 0xE4829A) is known color: Carissma. HEX triplet: E4, 82 and 9A. RGB value is (228,130,154). Sum of RGB (Red+Green+Blue) = 228+130+154=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E4829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4829A is #1B7D65. Grayscale: #A2A2A2. Windows color (decimal): -1801574 or 10126052. OLE color: 10126052.
HSL color Cylindrical-coordinate representation of color #E4829A: hue angle of 345.31º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E4829A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 154 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.11 |
| HSL | 345.31º | 0.64% | 0.7% | - |
| HSV(B) | 345.31º | 0.43% | 0.89% | - |
| XYZ | 45.81 | 34.79 | 34.87 | - |
| YUV | 162.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 154 | 0 | 0.43 | 0.32 | 0.11 | 345.31 | 0.64 | 0.7 |
| Hex | E4 | 82 | 9A | 0 | 2B | 20 | B | 159 | 40 | 46 |
| Octal | 344 | 202 | 232 | 0 | 53 | 40 | 13 | 531 | 100 | 106 |
| Binary | 11100100 | 10000010 | 10011010 | 0 | 101011 | 100000 | 1011 | 101011001 | 1000000 | 1000110 |
Color Harmonies of #E4829A
Complementary color
Monochromatic Colors of #E4829A
Black with #E4829A
Text Example
Text Example
White with #E4829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4829A; }
p { color: rgb(228,130,154); }
H1.HeaderClassName
{
color: #E4829A;
}
.AnyTagClassName
{
color: #E4829A;
}
</style>
background-color css
<style>
a { background-color: #E4829A; }
a { background-color: rgb(228,130,154); }
div.DivClassName
{
background-color: #E4829A;
}
.BgClassName
{
background-color: #E4829A;
}
</style>
border-color css
<style>
span { border-color: #E4829A; }
span { border-color: rgb(228,130,154); }
td.TdClassName
{
border-color: #E4829A;
}
.TagClassName
{
border-color: #E4829A;
}
</style>