Shades of Carissma #EC799A
Tints of Carissma #EC799A
RGB
CMYK
RGB Variations
Color information
#EC799A (or 0xEC799A) is known color: Carissma. HEX triplet: EC, 79 and 9A. RGB value is (236,121,154). Sum of RGB (Red+Green+Blue) = 236+121+154=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC799A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC799A is #138665. Grayscale: #9F9F9F. Windows color (decimal): -1279590 or 10123756. OLE color: 10123756.
HSL color Cylindrical-coordinate representation of color #EC799A: hue angle of 342.78º 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 #EC799A is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 154 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.07 |
| HSL | 342.78º | 0.75% | 0.7% | - |
| HSV(B) | 342.78º | 0.49% | 0.93% | - |
| XYZ | 47.26 | 33.84 | 34.61 | - |
| YUV | 159.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 154 | 0 | 0.49 | 0.35 | 0.07 | 342.78 | 0.75 | 0.7 |
| Hex | EC | 79 | 9A | 0 | 31 | 23 | 7 | 157 | 4B | 46 |
| Octal | 354 | 171 | 232 | 0 | 61 | 43 | 7 | 527 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10011010 | 0 | 110001 | 100011 | 111 | 101010111 | 1001011 | 1000110 |
Color Harmonies of #EC799A
Complementary color
Monochromatic Colors of #EC799A
Black with #EC799A
Text Example
Text Example
White with #EC799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC799A; }
p { color: rgb(236,121,154); }
H1.HeaderClassName
{
color: #EC799A;
}
.AnyTagClassName
{
color: #EC799A;
}
</style>
background-color css
<style>
a { background-color: #EC799A; }
a { background-color: rgb(236,121,154); }
div.DivClassName
{
background-color: #EC799A;
}
.BgClassName
{
background-color: #EC799A;
}
</style>
border-color css
<style>
span { border-color: #EC799A; }
span { border-color: rgb(236,121,154); }
td.TdClassName
{
border-color: #EC799A;
}
.TagClassName
{
border-color: #EC799A;
}
</style>