Shades of Carissma #EC8690
Tints of Carissma #EC8690
RGB
CMYK
RGB Variations
Color information
#EC8690 (or 0xEC8690) is known color: Carissma. HEX triplet: EC, 86 and 90. RGB value is (236,134,144). Sum of RGB (Red+Green+Blue) = 236+134+144=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8690 is #13796F. Grayscale: #A5A5A5. Windows color (decimal): -1276272 or 9471724. OLE color: 9471724.
HSL color Cylindrical-coordinate representation of color #EC8690: hue angle of 354.12º 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 #EC8690 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 144 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.07 |
| HSL | 354.12º | 0.73% | 0.73% | - |
| HSV(B) | 354.12º | 0.43% | 0.93% | - |
| XYZ | 48.15 | 36.9 | 30.97 | - |
| YUV | 165.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 144 | 0 | 0.43 | 0.39 | 0.07 | 354.12 | 0.73 | 0.73 |
| Hex | EC | 86 | 90 | 0 | 2B | 27 | 7 | 162 | 49 | 49 |
| Octal | 354 | 206 | 220 | 0 | 53 | 47 | 7 | 542 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10010000 | 0 | 101011 | 100111 | 111 | 101100010 | 1001001 | 1001001 |
Color Harmonies of #EC8690
Complementary color
Monochromatic Colors of #EC8690
Black with #EC8690
Text Example
Text Example
White with #EC8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8690; }
p { color: rgb(236,134,144); }
H1.HeaderClassName
{
color: #EC8690;
}
.AnyTagClassName
{
color: #EC8690;
}
</style>
background-color css
<style>
a { background-color: #EC8690; }
a { background-color: rgb(236,134,144); }
div.DivClassName
{
background-color: #EC8690;
}
.BgClassName
{
background-color: #EC8690;
}
</style>
border-color css
<style>
span { border-color: #EC8690; }
span { border-color: rgb(236,134,144); }
td.TdClassName
{
border-color: #EC8690;
}
.TagClassName
{
border-color: #EC8690;
}
</style>