Shades of Carissma #EC7898
Tints of Carissma #EC7898
RGB
CMYK
RGB Variations
Color information
#EC7898 (or 0xEC7898) is known color: Carissma. HEX triplet: EC, 78 and 98. RGB value is (236,120,152). Sum of RGB (Red+Green+Blue) = 236+120+152=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7898 is #138767. Grayscale: #9E9E9E. Windows color (decimal): -1279848 or 9992428. OLE color: 9992428.
HSL color Cylindrical-coordinate representation of color #EC7898: hue angle of 343.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7898 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 152 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.07 |
| HSL | 343.45º | 0.75% | 0.7% | - |
| HSV(B) | 343.45º | 0.49% | 0.93% | - |
| XYZ | 46.98 | 33.53 | 33.7 | - |
| YUV | 158.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 152 | 0 | 0.49 | 0.36 | 0.07 | 343.45 | 0.75 | 0.7 |
| Hex | EC | 78 | 98 | 0 | 31 | 24 | 7 | 157 | 4B | 46 |
| Octal | 354 | 170 | 230 | 0 | 61 | 44 | 7 | 527 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10011000 | 0 | 110001 | 100100 | 111 | 101010111 | 1001011 | 1000110 |
Color Harmonies of #EC7898
Complementary color
Monochromatic Colors of #EC7898
Black with #EC7898
Text Example
Text Example
White with #EC7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7898; }
p { color: rgb(236,120,152); }
H1.HeaderClassName
{
color: #EC7898;
}
.AnyTagClassName
{
color: #EC7898;
}
</style>
background-color css
<style>
a { background-color: #EC7898; }
a { background-color: rgb(236,120,152); }
div.DivClassName
{
background-color: #EC7898;
}
.BgClassName
{
background-color: #EC7898;
}
</style>
border-color css
<style>
span { border-color: #EC7898; }
span { border-color: rgb(236,120,152); }
td.TdClassName
{
border-color: #EC7898;
}
.TagClassName
{
border-color: #EC7898;
}
</style>