Shades of Carissma #EC8089
Tints of Carissma #EC8089
RGB
CMYK
RGB Variations
Color information
#EC8089 (or 0xEC8089) is known color: Carissma. HEX triplet: EC, 80 and 89. RGB value is (236,128,137). Sum of RGB (Red+Green+Blue) = 236+128+137=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8089 is #137F76. Grayscale: #A1A1A1. Windows color (decimal): -1277815 or 9011436. OLE color: 9011436.
HSL color Cylindrical-coordinate representation of color #EC8089: hue angle of 355º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8089 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 137 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.07 |
| HSL | 355º | 0.74% | 0.71% | - |
| HSV(B) | 355º | 0.46% | 0.93% | - |
| XYZ | 46.83 | 35.08 | 27.97 | - |
| YUV | 161.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 137 | 0 | 0.46 | 0.42 | 0.07 | 355 | 0.74 | 0.71 |
| Hex | EC | 80 | 89 | 0 | 2E | 2A | 7 | 163 | 4A | 47 |
| Octal | 354 | 200 | 211 | 0 | 56 | 52 | 7 | 543 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10001001 | 0 | 101110 | 101010 | 111 | 101100011 | 1001010 | 1000111 |
Color Harmonies of #EC8089
Complementary color
Monochromatic Colors of #EC8089
Black with #EC8089
Text Example
Text Example
White with #EC8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8089; }
p { color: rgb(236,128,137); }
H1.HeaderClassName
{
color: #EC8089;
}
.AnyTagClassName
{
color: #EC8089;
}
</style>
background-color css
<style>
a { background-color: #EC8089; }
a { background-color: rgb(236,128,137); }
div.DivClassName
{
background-color: #EC8089;
}
.BgClassName
{
background-color: #EC8089;
}
</style>
border-color css
<style>
span { border-color: #EC8089; }
span { border-color: rgb(236,128,137); }
td.TdClassName
{
border-color: #EC8089;
}
.TagClassName
{
border-color: #EC8089;
}
</style>