Shades of Carissma #EC849A
Tints of Carissma #EC849A
RGB
CMYK
RGB Variations
Color information
#EC849A (or 0xEC849A) is known color: Carissma. HEX triplet: EC, 84 and 9A. RGB value is (236,132,154). Sum of RGB (Red+Green+Blue) = 236+132+154=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC849A is #137B65. Grayscale: #A5A5A5. Windows color (decimal): -1276774 or 10126572. OLE color: 10126572.
HSL color Cylindrical-coordinate representation of color #EC849A: hue angle of 347.31º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC849A is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 154 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.07 |
| HSL | 347.31º | 0.73% | 0.72% | - |
| HSV(B) | 347.31º | 0.44% | 0.93% | - |
| XYZ | 48.68 | 36.67 | 35.08 | - |
| YUV | 165.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 154 | 0 | 0.44 | 0.35 | 0.07 | 347.31 | 0.73 | 0.72 |
| Hex | EC | 84 | 9A | 0 | 2C | 23 | 7 | 15B | 49 | 48 |
| Octal | 354 | 204 | 232 | 0 | 54 | 43 | 7 | 533 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10011010 | 0 | 101100 | 100011 | 111 | 101011011 | 1001001 | 1001000 |
Color Harmonies of #EC849A
Complementary color
Monochromatic Colors of #EC849A
Black with #EC849A
Text Example
Text Example
White with #EC849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC849A; }
p { color: rgb(236,132,154); }
H1.HeaderClassName
{
color: #EC849A;
}
.AnyTagClassName
{
color: #EC849A;
}
</style>
background-color css
<style>
a { background-color: #EC849A; }
a { background-color: rgb(236,132,154); }
div.DivClassName
{
background-color: #EC849A;
}
.BgClassName
{
background-color: #EC849A;
}
</style>
border-color css
<style>
span { border-color: #EC849A; }
span { border-color: rgb(236,132,154); }
td.TdClassName
{
border-color: #EC849A;
}
.TagClassName
{
border-color: #EC849A;
}
</style>