Shades of Carissma #EC7E98
Tints of Carissma #EC7E98
RGB
CMYK
RGB Variations
Color information
#EC7E98 (or 0xEC7E98) is known color: Carissma. HEX triplet: EC, 7E and 98. RGB value is (236,126,152). Sum of RGB (Red+Green+Blue) = 236+126+152=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E98 is #138167. Grayscale: #A1A1A1. Windows color (decimal): -1278312 or 9993964. OLE color: 9993964.
HSL color Cylindrical-coordinate representation of color #EC7E98: hue angle of 345.82º 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 #EC7E98 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 152 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.07 |
| HSL | 345.82º | 0.74% | 0.71% | - |
| HSV(B) | 345.82º | 0.47% | 0.93% | - |
| XYZ | 47.72 | 35.02 | 33.95 | - |
| YUV | 161.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 152 | 0 | 0.47 | 0.36 | 0.07 | 345.82 | 0.74 | 0.71 |
| Hex | EC | 7E | 98 | 0 | 2F | 24 | 7 | 15A | 4A | 47 |
| Octal | 354 | 176 | 230 | 0 | 57 | 44 | 7 | 532 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10011000 | 0 | 101111 | 100100 | 111 | 101011010 | 1001010 | 1000111 |
Color Harmonies of #EC7E98
Complementary color
Monochromatic Colors of #EC7E98
Black with #EC7E98
Text Example
Text Example
White with #EC7E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E98; }
p { color: rgb(236,126,152); }
H1.HeaderClassName
{
color: #EC7E98;
}
.AnyTagClassName
{
color: #EC7E98;
}
</style>
background-color css
<style>
a { background-color: #EC7E98; }
a { background-color: rgb(236,126,152); }
div.DivClassName
{
background-color: #EC7E98;
}
.BgClassName
{
background-color: #EC7E98;
}
</style>
border-color css
<style>
span { border-color: #EC7E98; }
span { border-color: rgb(236,126,152); }
td.TdClassName
{
border-color: #EC7E98;
}
.TagClassName
{
border-color: #EC7E98;
}
</style>