Shades of Carissma #EC7A9D
Tints of Carissma #EC7A9D
RGB
CMYK
RGB Variations
Color information
#EC7A9D (or 0xEC7A9D) is known color: Carissma. HEX triplet: EC, 7A and 9D. RGB value is (236,122,157). Sum of RGB (Red+Green+Blue) = 236+122+157=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7A9D is #138562. Grayscale: #A0A0A0. Windows color (decimal): -1279331 or 10320620. OLE color: 10320620.
HSL color Cylindrical-coordinate representation of color #EC7A9D: hue angle of 341.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7A9D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 157 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.07 |
| HSL | 341.58º | 0.75% | 0.7% | - |
| HSV(B) | 341.58º | 0.48% | 0.93% | - |
| XYZ | 47.64 | 34.19 | 35.99 | - |
| YUV | 160.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 157 | 0 | 0.48 | 0.33 | 0.07 | 341.58 | 0.75 | 0.7 |
| Hex | EC | 7A | 9D | 0 | 30 | 21 | 7 | 156 | 4B | 46 |
| Octal | 354 | 172 | 235 | 0 | 60 | 41 | 7 | 526 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10011101 | 0 | 110000 | 100001 | 111 | 101010110 | 1001011 | 1000110 |
Color Harmonies of #EC7A9D
Complementary color
Monochromatic Colors of #EC7A9D
Black with #EC7A9D
Text Example
Text Example
White with #EC7A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A9D; }
p { color: rgb(236,122,157); }
H1.HeaderClassName
{
color: #EC7A9D;
}
.AnyTagClassName
{
color: #EC7A9D;
}
</style>
background-color css
<style>
a { background-color: #EC7A9D; }
a { background-color: rgb(236,122,157); }
div.DivClassName
{
background-color: #EC7A9D;
}
.BgClassName
{
background-color: #EC7A9D;
}
</style>
border-color css
<style>
span { border-color: #EC7A9D; }
span { border-color: rgb(236,122,157); }
td.TdClassName
{
border-color: #EC7A9D;
}
.TagClassName
{
border-color: #EC7A9D;
}
</style>