Shades of Carissma #EC7D9F
Tints of Carissma #EC7D9F
RGB
CMYK
RGB Variations
Color information
#EC7D9F (or 0xEC7D9F) is known color: Carissma. HEX triplet: EC, 7D and 9F. RGB value is (236,125,159). Sum of RGB (Red+Green+Blue) = 236+125+159=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D9F is #138260. Grayscale: #A2A2A2. Windows color (decimal): -1278561 or 10452460. OLE color: 10452460.
HSL color Cylindrical-coordinate representation of color #EC7D9F: hue angle of 341.62º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7D9F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 159 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.07 |
| HSL | 341.62º | 0.74% | 0.71% | - |
| HSV(B) | 341.62º | 0.47% | 0.93% | - |
| XYZ | 48.18 | 35 | 37.02 | - |
| YUV | 162.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 159 | 0 | 0.47 | 0.33 | 0.07 | 341.62 | 0.74 | 0.71 |
| Hex | EC | 7D | 9F | 0 | 2F | 21 | 7 | 156 | 4A | 47 |
| Octal | 354 | 175 | 237 | 0 | 57 | 41 | 7 | 526 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10011111 | 0 | 101111 | 100001 | 111 | 101010110 | 1001010 | 1000111 |
Color Harmonies of #EC7D9F
Complementary color
Monochromatic Colors of #EC7D9F
Black with #EC7D9F
Text Example
Text Example
White with #EC7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D9F; }
p { color: rgb(236,125,159); }
H1.HeaderClassName
{
color: #EC7D9F;
}
.AnyTagClassName
{
color: #EC7D9F;
}
</style>
background-color css
<style>
a { background-color: #EC7D9F; }
a { background-color: rgb(236,125,159); }
div.DivClassName
{
background-color: #EC7D9F;
}
.BgClassName
{
background-color: #EC7D9F;
}
</style>
border-color css
<style>
span { border-color: #EC7D9F; }
span { border-color: rgb(236,125,159); }
td.TdClassName
{
border-color: #EC7D9F;
}
.TagClassName
{
border-color: #EC7D9F;
}
</style>