Shades of Carissma #EC7999
Tints of Carissma #EC7999
RGB
CMYK
RGB Variations
Color information
#EC7999 (or 0xEC7999) is known color: Carissma. HEX triplet: EC, 79 and 99. RGB value is (236,121,153). Sum of RGB (Red+Green+Blue) = 236+121+153=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7999 is #138666. Grayscale: #9F9F9F. Windows color (decimal): -1279591 or 10058220. OLE color: 10058220.
HSL color Cylindrical-coordinate representation of color #EC7999: hue angle of 343.3º 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 #EC7999 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 153 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.07 |
| HSL | 343.3º | 0.75% | 0.7% | - |
| HSV(B) | 343.3º | 0.49% | 0.93% | - |
| XYZ | 47.18 | 33.81 | 34.18 | - |
| YUV | 159.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 153 | 0 | 0.49 | 0.35 | 0.07 | 343.3 | 0.75 | 0.7 |
| Hex | EC | 79 | 99 | 0 | 31 | 23 | 7 | 157 | 4B | 46 |
| Octal | 354 | 171 | 231 | 0 | 61 | 43 | 7 | 527 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10011001 | 0 | 110001 | 100011 | 111 | 101010111 | 1001011 | 1000110 |
Color Harmonies of #EC7999
Complementary color
Monochromatic Colors of #EC7999
Black with #EC7999
Text Example
Text Example
White with #EC7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7999; }
p { color: rgb(236,121,153); }
H1.HeaderClassName
{
color: #EC7999;
}
.AnyTagClassName
{
color: #EC7999;
}
</style>
background-color css
<style>
a { background-color: #EC7999; }
a { background-color: rgb(236,121,153); }
div.DivClassName
{
background-color: #EC7999;
}
.BgClassName
{
background-color: #EC7999;
}
</style>
border-color css
<style>
span { border-color: #EC7999; }
span { border-color: rgb(236,121,153); }
td.TdClassName
{
border-color: #EC7999;
}
.TagClassName
{
border-color: #EC7999;
}
</style>