Shades of Carissma #EC849F
Tints of Carissma #EC849F
RGB
CMYK
RGB Variations
Color information
#EC849F (or 0xEC849F) is known color: Carissma. HEX triplet: EC, 84 and 9F. RGB value is (236,132,159). Sum of RGB (Red+Green+Blue) = 236+132+159=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC849F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC849F is #137B60. Grayscale: #A6A6A6. Windows color (decimal): -1276769 or 10454252. OLE color: 10454252.
HSL color Cylindrical-coordinate representation of color #EC849F: hue angle of 344.42º 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 #EC849F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 159 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 344.42º | 0.73% | 0.72% | - |
| HSV(B) | 344.42º | 0.44% | 0.93% | - |
| XYZ | 49.1 | 36.84 | 37.32 | - |
| YUV | 166.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 159 | 0 | 0.44 | 0.33 | 0.07 | 344.42 | 0.73 | 0.72 |
| Hex | EC | 84 | 9F | 0 | 2C | 21 | 7 | 158 | 49 | 48 |
| Octal | 354 | 204 | 237 | 0 | 54 | 41 | 7 | 530 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10011111 | 0 | 101100 | 100001 | 111 | 101011000 | 1001001 | 1001000 |
Color Harmonies of #EC849F
Complementary color
Monochromatic Colors of #EC849F
Black with #EC849F
Text Example
Text Example
White with #EC849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC849F; }
p { color: rgb(236,132,159); }
H1.HeaderClassName
{
color: #EC849F;
}
.AnyTagClassName
{
color: #EC849F;
}
</style>
background-color css
<style>
a { background-color: #EC849F; }
a { background-color: rgb(236,132,159); }
div.DivClassName
{
background-color: #EC849F;
}
.BgClassName
{
background-color: #EC849F;
}
</style>
border-color css
<style>
span { border-color: #EC849F; }
span { border-color: rgb(236,132,159); }
td.TdClassName
{
border-color: #EC849F;
}
.TagClassName
{
border-color: #EC849F;
}
</style>