Shades of Carissma #EC7498
Tints of Carissma #EC7498
RGB
CMYK
RGB Variations
Color information
#EC7498 (or 0xEC7498) is known color: Carissma. HEX triplet: EC, 74 and 98. RGB value is (236,116,152). Sum of RGB (Red+Green+Blue) = 236+116+152=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7498 is #138B67. Grayscale: #9B9B9B. Windows color (decimal): -1280872 or 9991404. OLE color: 9991404.
HSL color Cylindrical-coordinate representation of color #EC7498: hue angle of 342º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7498 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 152 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.07 |
| HSL | 342º | 0.76% | 0.69% | - |
| HSV(B) | 342º | 0.51% | 0.93% | - |
| XYZ | 46.5 | 32.59 | 33.55 | - |
| YUV | 155.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 152 | 0 | 0.51 | 0.36 | 0.07 | 342 | 0.76 | 0.69 |
| Hex | EC | 74 | 98 | 0 | 33 | 24 | 7 | 156 | 4C | 45 |
| Octal | 354 | 164 | 230 | 0 | 63 | 44 | 7 | 526 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10011000 | 0 | 110011 | 100100 | 111 | 101010110 | 1001100 | 1000101 |
Color Harmonies of #EC7498
Complementary color
Monochromatic Colors of #EC7498
Black with #EC7498
Text Example
Text Example
White with #EC7498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7498; }
p { color: rgb(236,116,152); }
H1.HeaderClassName
{
color: #EC7498;
}
.AnyTagClassName
{
color: #EC7498;
}
</style>
background-color css
<style>
a { background-color: #EC7498; }
a { background-color: rgb(236,116,152); }
div.DivClassName
{
background-color: #EC7498;
}
.BgClassName
{
background-color: #EC7498;
}
</style>
border-color css
<style>
span { border-color: #EC7498; }
span { border-color: rgb(236,116,152); }
td.TdClassName
{
border-color: #EC7498;
}
.TagClassName
{
border-color: #EC7498;
}
</style>