Shades of Carissma #EA849C
Tints of Carissma #EA849C
RGB
CMYK
RGB Variations
Color information
#EA849C (or 0xEA849C) is known color: Carissma. HEX triplet: EA, 84 and 9C. RGB value is (234,132,156). Sum of RGB (Red+Green+Blue) = 234+132+156=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA849C is #157B63. Grayscale: #A5A5A5. Windows color (decimal): -1407844 or 10257642. OLE color: 10257642.
HSL color Cylindrical-coordinate representation of color #EA849C: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA849C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 156 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.08 |
| HSL | 345.88º | 0.71% | 0.72% | - |
| HSV(B) | 345.88º | 0.44% | 0.92% | - |
| XYZ | 48.18 | 36.4 | 35.94 | - |
| YUV | 165.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 156 | 0 | 0.44 | 0.33 | 0.08 | 345.88 | 0.71 | 0.72 |
| Hex | EA | 84 | 9C | 0 | 2C | 21 | 8 | 15A | 47 | 48 |
| Octal | 352 | 204 | 234 | 0 | 54 | 41 | 10 | 532 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10011100 | 0 | 101100 | 100001 | 1000 | 101011010 | 1000111 | 1001000 |
Color Harmonies of #EA849C
Complementary color
Monochromatic Colors of #EA849C
Black with #EA849C
Text Example
Text Example
White with #EA849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA849C; }
p { color: rgb(234,132,156); }
H1.HeaderClassName
{
color: #EA849C;
}
.AnyTagClassName
{
color: #EA849C;
}
</style>
background-color css
<style>
a { background-color: #EA849C; }
a { background-color: rgb(234,132,156); }
div.DivClassName
{
background-color: #EA849C;
}
.BgClassName
{
background-color: #EA849C;
}
</style>
border-color css
<style>
span { border-color: #EA849C; }
span { border-color: rgb(234,132,156); }
td.TdClassName
{
border-color: #EA849C;
}
.TagClassName
{
border-color: #EA849C;
}
</style>