Shades of Carissma #EC7D96
Tints of Carissma #EC7D96
RGB
CMYK
RGB Variations
Color information
#EC7D96 (or 0xEC7D96) is known color: Carissma. HEX triplet: EC, 7D and 96. RGB value is (236,125,150). Sum of RGB (Red+Green+Blue) = 236+125+150=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D96 is #138269. Grayscale: #A1A1A1. Windows color (decimal): -1278570 or 9862636. OLE color: 9862636.
HSL color Cylindrical-coordinate representation of color #EC7D96: hue angle of 346.49º 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 #EC7D96 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 150 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.07 |
| HSL | 346.49º | 0.74% | 0.71% | - |
| HSV(B) | 346.49º | 0.47% | 0.93% | - |
| XYZ | 47.43 | 34.7 | 33.05 | - |
| YUV | 161.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 150 | 0 | 0.47 | 0.36 | 0.07 | 346.49 | 0.74 | 0.71 |
| Hex | EC | 7D | 96 | 0 | 2F | 24 | 7 | 15A | 4A | 47 |
| Octal | 354 | 175 | 226 | 0 | 57 | 44 | 7 | 532 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10010110 | 0 | 101111 | 100100 | 111 | 101011010 | 1001010 | 1000111 |
Color Harmonies of #EC7D96
Complementary color
Monochromatic Colors of #EC7D96
Black with #EC7D96
Text Example
Text Example
White with #EC7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D96; }
p { color: rgb(236,125,150); }
H1.HeaderClassName
{
color: #EC7D96;
}
.AnyTagClassName
{
color: #EC7D96;
}
</style>
background-color css
<style>
a { background-color: #EC7D96; }
a { background-color: rgb(236,125,150); }
div.DivClassName
{
background-color: #EC7D96;
}
.BgClassName
{
background-color: #EC7D96;
}
</style>
border-color css
<style>
span { border-color: #EC7D96; }
span { border-color: rgb(236,125,150); }
td.TdClassName
{
border-color: #EC7D96;
}
.TagClassName
{
border-color: #EC7D96;
}
</style>