Shades of Carissma #EC8489
Tints of Carissma #EC8489
RGB
CMYK
RGB Variations
Color information
#EC8489 (or 0xEC8489) is known color: Carissma. HEX triplet: EC, 84 and 89. RGB value is (236,132,137). Sum of RGB (Red+Green+Blue) = 236+132+137=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8489 is #137B76. Grayscale: #A3A3A3. Windows color (decimal): -1276791 or 9012460. OLE color: 9012460.
HSL color Cylindrical-coordinate representation of color #EC8489: hue angle of 357.12º 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 #EC8489 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 137 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.07 |
| HSL | 357.12º | 0.73% | 0.72% | - |
| HSV(B) | 357.12º | 0.44% | 0.93% | - |
| XYZ | 47.36 | 36.14 | 28.15 | - |
| YUV | 163.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 137 | 0 | 0.44 | 0.42 | 0.07 | 357.12 | 0.73 | 0.72 |
| Hex | EC | 84 | 89 | 0 | 2C | 2A | 7 | 165 | 49 | 48 |
| Octal | 354 | 204 | 211 | 0 | 54 | 52 | 7 | 545 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10001001 | 0 | 101100 | 101010 | 111 | 101100101 | 1001001 | 1001000 |
Color Harmonies of #EC8489
Complementary color
Monochromatic Colors of #EC8489
Black with #EC8489
Text Example
Text Example
White with #EC8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8489; }
p { color: rgb(236,132,137); }
H1.HeaderClassName
{
color: #EC8489;
}
.AnyTagClassName
{
color: #EC8489;
}
</style>
background-color css
<style>
a { background-color: #EC8489; }
a { background-color: rgb(236,132,137); }
div.DivClassName
{
background-color: #EC8489;
}
.BgClassName
{
background-color: #EC8489;
}
</style>
border-color css
<style>
span { border-color: #EC8489; }
span { border-color: rgb(236,132,137); }
td.TdClassName
{
border-color: #EC8489;
}
.TagClassName
{
border-color: #EC8489;
}
</style>