Shades of Carissma #EC8485
Tints of Carissma #EC8485
RGB
CMYK
RGB Variations
Color information
#EC8485 (or 0xEC8485) is known color: Carissma. HEX triplet: EC, 84 and 85. RGB value is (236,132,133). Sum of RGB (Red+Green+Blue) = 236+132+133=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8485 is #137B7A. Grayscale: #A3A3A3. Windows color (decimal): -1276795 or 8750316. OLE color: 8750316.
HSL color Cylindrical-coordinate representation of color #EC8485: hue angle of 359.42º 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 #EC8485 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 133 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.07 |
| HSL | 359.42º | 0.73% | 0.72% | - |
| HSV(B) | 359.42º | 0.44% | 0.93% | - |
| XYZ | 47.08 | 36.03 | 26.66 | - |
| YUV | 163.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 133 | 0 | 0.44 | 0.44 | 0.07 | 359.42 | 0.73 | 0.72 |
| Hex | EC | 84 | 85 | 0 | 2C | 2C | 7 | 167 | 49 | 48 |
| Octal | 354 | 204 | 205 | 0 | 54 | 54 | 7 | 547 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10000101 | 0 | 101100 | 101100 | 111 | 101100111 | 1001001 | 1001000 |
Color Harmonies of #EC8485
Complementary color
Monochromatic Colors of #EC8485
Black with #EC8485
Text Example
Text Example
White with #EC8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8485; }
p { color: rgb(236,132,133); }
H1.HeaderClassName
{
color: #EC8485;
}
.AnyTagClassName
{
color: #EC8485;
}
</style>
background-color css
<style>
a { background-color: #EC8485; }
a { background-color: rgb(236,132,133); }
div.DivClassName
{
background-color: #EC8485;
}
.BgClassName
{
background-color: #EC8485;
}
</style>
border-color css
<style>
span { border-color: #EC8485; }
span { border-color: rgb(236,132,133); }
td.TdClassName
{
border-color: #EC8485;
}
.TagClassName
{
border-color: #EC8485;
}
</style>