Shades of Carissma #EA849E
Tints of Carissma #EA849E
RGB
CMYK
RGB Variations
Color information
#EA849E (or 0xEA849E) is known color: Carissma. HEX triplet: EA, 84 and 9E. RGB value is (234,132,158). Sum of RGB (Red+Green+Blue) = 234+132+158=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA849E is #157B61. Grayscale: #A5A5A5. Windows color (decimal): -1407842 or 10388714. OLE color: 10388714.
HSL color Cylindrical-coordinate representation of color #EA849E: hue angle of 344.71º 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 #EA849E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 158 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.08 |
| HSL | 344.71º | 0.71% | 0.72% | - |
| HSV(B) | 344.71º | 0.44% | 0.92% | - |
| XYZ | 48.35 | 36.46 | 36.84 | - |
| YUV | 165.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 158 | 0 | 0.44 | 0.32 | 0.08 | 344.71 | 0.71 | 0.72 |
| Hex | EA | 84 | 9E | 0 | 2C | 20 | 8 | 159 | 47 | 48 |
| Octal | 352 | 204 | 236 | 0 | 54 | 40 | 10 | 531 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10011110 | 0 | 101100 | 100000 | 1000 | 101011001 | 1000111 | 1001000 |
Color Harmonies of #EA849E
Complementary color
Monochromatic Colors of #EA849E
Black with #EA849E
Text Example
Text Example
White with #EA849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA849E; }
p { color: rgb(234,132,158); }
H1.HeaderClassName
{
color: #EA849E;
}
.AnyTagClassName
{
color: #EA849E;
}
</style>
background-color css
<style>
a { background-color: #EA849E; }
a { background-color: rgb(234,132,158); }
div.DivClassName
{
background-color: #EA849E;
}
.BgClassName
{
background-color: #EA849E;
}
</style>
border-color css
<style>
span { border-color: #EA849E; }
span { border-color: rgb(234,132,158); }
td.TdClassName
{
border-color: #EA849E;
}
.TagClassName
{
border-color: #EA849E;
}
</style>