Shades of Carissma #EC7D94
Tints of Carissma #EC7D94
RGB
CMYK
RGB Variations
Color information
#EC7D94 (or 0xEC7D94) is known color: Carissma. HEX triplet: EC, 7D and 94. RGB value is (236,125,148). Sum of RGB (Red+Green+Blue) = 236+125+148=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D94 is #13826B. Grayscale: #A0A0A0. Windows color (decimal): -1278572 or 9731564. OLE color: 9731564.
HSL color Cylindrical-coordinate representation of color #EC7D94: hue angle of 347.57º 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 #EC7D94 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 148 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.07 |
| HSL | 347.57º | 0.74% | 0.71% | - |
| HSV(B) | 347.57º | 0.47% | 0.93% | - |
| XYZ | 47.27 | 34.64 | 32.21 | - |
| YUV | 160.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 148 | 0 | 0.47 | 0.37 | 0.07 | 347.57 | 0.74 | 0.71 |
| Hex | EC | 7D | 94 | 0 | 2F | 25 | 7 | 15C | 4A | 47 |
| Octal | 354 | 175 | 224 | 0 | 57 | 45 | 7 | 534 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10010100 | 0 | 101111 | 100101 | 111 | 101011100 | 1001010 | 1000111 |
Color Harmonies of #EC7D94
Complementary color
Monochromatic Colors of #EC7D94
Black with #EC7D94
Text Example
Text Example
White with #EC7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D94; }
p { color: rgb(236,125,148); }
H1.HeaderClassName
{
color: #EC7D94;
}
.AnyTagClassName
{
color: #EC7D94;
}
</style>
background-color css
<style>
a { background-color: #EC7D94; }
a { background-color: rgb(236,125,148); }
div.DivClassName
{
background-color: #EC7D94;
}
.BgClassName
{
background-color: #EC7D94;
}
</style>
border-color css
<style>
span { border-color: #EC7D94; }
span { border-color: rgb(236,125,148); }
td.TdClassName
{
border-color: #EC7D94;
}
.TagClassName
{
border-color: #EC7D94;
}
</style>