Shades of Carissma #EC8091
Tints of Carissma #EC8091
RGB
CMYK
RGB Variations
Color information
#EC8091 (or 0xEC8091) is known color: Carissma. HEX triplet: EC, 80 and 91. RGB value is (236,128,145). Sum of RGB (Red+Green+Blue) = 236+128+145=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8091 is #137F6E. Grayscale: #A2A2A2. Windows color (decimal): -1277807 or 9535724. OLE color: 9535724.
HSL color Cylindrical-coordinate representation of color #EC8091: hue angle of 350.56º 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 #EC8091 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 145 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.07 |
| HSL | 350.56º | 0.74% | 0.71% | - |
| HSV(B) | 350.56º | 0.46% | 0.93% | - |
| XYZ | 47.42 | 35.32 | 31.11 | - |
| YUV | 162.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 145 | 0 | 0.46 | 0.39 | 0.07 | 350.56 | 0.74 | 0.71 |
| Hex | EC | 80 | 91 | 0 | 2E | 27 | 7 | 15F | 4A | 47 |
| Octal | 354 | 200 | 221 | 0 | 56 | 47 | 7 | 537 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10010001 | 0 | 101110 | 100111 | 111 | 101011111 | 1001010 | 1000111 |
Color Harmonies of #EC8091
Complementary color
Monochromatic Colors of #EC8091
Black with #EC8091
Text Example
Text Example
White with #EC8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8091; }
p { color: rgb(236,128,145); }
H1.HeaderClassName
{
color: #EC8091;
}
.AnyTagClassName
{
color: #EC8091;
}
</style>
background-color css
<style>
a { background-color: #EC8091; }
a { background-color: rgb(236,128,145); }
div.DivClassName
{
background-color: #EC8091;
}
.BgClassName
{
background-color: #EC8091;
}
</style>
border-color css
<style>
span { border-color: #EC8091; }
span { border-color: rgb(236,128,145); }
td.TdClassName
{
border-color: #EC8091;
}
.TagClassName
{
border-color: #EC8091;
}
</style>