Shades of Carissma #EA829C
Tints of Carissma #EA829C
RGB
CMYK
RGB Variations
Color information
#EA829C (or 0xEA829C) is known color: Carissma. HEX triplet: EA, 82 and 9C. RGB value is (234,130,156). Sum of RGB (Red+Green+Blue) = 234+130+156=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA829C is #157D63. Grayscale: #A4A4A4. Windows color (decimal): -1408356 or 10257130. OLE color: 10257130.
HSL color Cylindrical-coordinate representation of color #EA829C: hue angle of 345º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA829C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 156 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.08 |
| HSL | 345º | 0.71% | 0.71% | - |
| HSV(B) | 345º | 0.44% | 0.92% | - |
| XYZ | 47.92 | 35.86 | 35.85 | - |
| YUV | 164.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 156 | 0 | 0.44 | 0.33 | 0.08 | 345 | 0.71 | 0.71 |
| Hex | EA | 82 | 9C | 0 | 2C | 21 | 8 | 159 | 47 | 47 |
| Octal | 352 | 202 | 234 | 0 | 54 | 41 | 10 | 531 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10011100 | 0 | 101100 | 100001 | 1000 | 101011001 | 1000111 | 1000111 |
Color Harmonies of #EA829C
Complementary color
Monochromatic Colors of #EA829C
Black with #EA829C
Text Example
Text Example
White with #EA829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA829C; }
p { color: rgb(234,130,156); }
H1.HeaderClassName
{
color: #EA829C;
}
.AnyTagClassName
{
color: #EA829C;
}
</style>
background-color css
<style>
a { background-color: #EA829C; }
a { background-color: rgb(234,130,156); }
div.DivClassName
{
background-color: #EA829C;
}
.BgClassName
{
background-color: #EA829C;
}
</style>
border-color css
<style>
span { border-color: #EA829C; }
span { border-color: rgb(234,130,156); }
td.TdClassName
{
border-color: #EA829C;
}
.TagClassName
{
border-color: #EA829C;
}
</style>