Shades of Carissma #EC8691
Tints of Carissma #EC8691
RGB
CMYK
RGB Variations
Color information
#EC8691 (or 0xEC8691) is known color: Carissma. HEX triplet: EC, 86 and 91. RGB value is (236,134,145). Sum of RGB (Red+Green+Blue) = 236+134+145=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8691 is #13796E. Grayscale: #A5A5A5. Windows color (decimal): -1276271 or 9537260. OLE color: 9537260.
HSL color Cylindrical-coordinate representation of color #EC8691: hue angle of 353.53º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8691 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 145 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.07 |
| HSL | 353.53º | 0.73% | 0.73% | - |
| HSV(B) | 353.53º | 0.43% | 0.93% | - |
| XYZ | 48.23 | 36.93 | 31.37 | - |
| YUV | 165.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 145 | 0 | 0.43 | 0.39 | 0.07 | 353.53 | 0.73 | 0.73 |
| Hex | EC | 86 | 91 | 0 | 2B | 27 | 7 | 162 | 49 | 49 |
| Octal | 354 | 206 | 221 | 0 | 53 | 47 | 7 | 542 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10010001 | 0 | 101011 | 100111 | 111 | 101100010 | 1001001 | 1001001 |
Color Harmonies of #EC8691
Complementary color
Monochromatic Colors of #EC8691
Black with #EC8691
Text Example
Text Example
White with #EC8691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8691; }
p { color: rgb(236,134,145); }
H1.HeaderClassName
{
color: #EC8691;
}
.AnyTagClassName
{
color: #EC8691;
}
</style>
background-color css
<style>
a { background-color: #EC8691; }
a { background-color: rgb(236,134,145); }
div.DivClassName
{
background-color: #EC8691;
}
.BgClassName
{
background-color: #EC8691;
}
</style>
border-color css
<style>
span { border-color: #EC8691; }
span { border-color: rgb(236,134,145); }
td.TdClassName
{
border-color: #EC8691;
}
.TagClassName
{
border-color: #EC8691;
}
</style>