Shades of Carissma #EC80A0
Tints of Carissma #EC80A0
RGB
CMYK
RGB Variations
Color information
#EC80A0 (or 0xEC80A0) is known color: Carissma. HEX triplet: EC, 80 and A0. RGB value is (236,128,160). Sum of RGB (Red+Green+Blue) = 236+128+160=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80A0 is #137F5F. Grayscale: #A3A3A3. Windows color (decimal): -1277792 or 10518764. OLE color: 10518764.
HSL color Cylindrical-coordinate representation of color #EC80A0: hue angle of 342.22º 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 #EC80A0 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 160 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.07 |
| HSL | 342.22º | 0.74% | 0.71% | - |
| HSV(B) | 342.22º | 0.46% | 0.93% | - |
| XYZ | 48.66 | 35.81 | 37.61 | - |
| YUV | 163.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 160 | 0 | 0.46 | 0.32 | 0.07 | 342.22 | 0.74 | 0.71 |
| Hex | EC | 80 | A0 | 0 | 2E | 20 | 7 | 156 | 4A | 47 |
| Octal | 354 | 200 | 240 | 0 | 56 | 40 | 7 | 526 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10100000 | 0 | 101110 | 100000 | 111 | 101010110 | 1001010 | 1000111 |
Color Harmonies of #EC80A0
Complementary color
Monochromatic Colors of #EC80A0
Black with #EC80A0
Text Example
Text Example
White with #EC80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80A0; }
p { color: rgb(236,128,160); }
H1.HeaderClassName
{
color: #EC80A0;
}
.AnyTagClassName
{
color: #EC80A0;
}
</style>
background-color css
<style>
a { background-color: #EC80A0; }
a { background-color: rgb(236,128,160); }
div.DivClassName
{
background-color: #EC80A0;
}
.BgClassName
{
background-color: #EC80A0;
}
</style>
border-color css
<style>
span { border-color: #EC80A0; }
span { border-color: rgb(236,128,160); }
td.TdClassName
{
border-color: #EC80A0;
}
.TagClassName
{
border-color: #EC80A0;
}
</style>