Shades of Carissma #EC7F85
Tints of Carissma #EC7F85
RGB
CMYK
RGB Variations
Color information
#EC7F85 (or 0xEC7F85) is known color: Carissma. HEX triplet: EC, 7F and 85. RGB value is (236,127,133). Sum of RGB (Red+Green+Blue) = 236+127+133=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F85 is #13807A. Grayscale: #A0A0A0. Windows color (decimal): -1278075 or 8749036. OLE color: 8749036.
HSL color Cylindrical-coordinate representation of color #EC7F85: hue angle of 356.7º 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 #EC7F85 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 133 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.07 |
| HSL | 356.7º | 0.74% | 0.71% | - |
| HSV(B) | 356.7º | 0.46% | 0.93% | - |
| XYZ | 46.42 | 34.71 | 26.44 | - |
| YUV | 160.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 133 | 0 | 0.46 | 0.44 | 0.07 | 356.7 | 0.74 | 0.71 |
| Hex | EC | 7F | 85 | 0 | 2E | 2C | 7 | 165 | 4A | 47 |
| Octal | 354 | 177 | 205 | 0 | 56 | 54 | 7 | 545 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10000101 | 0 | 101110 | 101100 | 111 | 101100101 | 1001010 | 1000111 |
Color Harmonies of #EC7F85
Complementary color
Monochromatic Colors of #EC7F85
Black with #EC7F85
Text Example
Text Example
White with #EC7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F85; }
p { color: rgb(236,127,133); }
H1.HeaderClassName
{
color: #EC7F85;
}
.AnyTagClassName
{
color: #EC7F85;
}
</style>
background-color css
<style>
a { background-color: #EC7F85; }
a { background-color: rgb(236,127,133); }
div.DivClassName
{
background-color: #EC7F85;
}
.BgClassName
{
background-color: #EC7F85;
}
</style>
border-color css
<style>
span { border-color: #EC7F85; }
span { border-color: rgb(236,127,133); }
td.TdClassName
{
border-color: #EC7F85;
}
.TagClassName
{
border-color: #EC7F85;
}
</style>