Shades of Carissma #EC859A
Tints of Carissma #EC859A
RGB
CMYK
RGB Variations
Color information
#EC859A (or 0xEC859A) is known color: Carissma. HEX triplet: EC, 85 and 9A. RGB value is (236,133,154). Sum of RGB (Red+Green+Blue) = 236+133+154=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC859A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC859A is #137A65. Grayscale: #A6A6A6. Windows color (decimal): -1276518 or 10126828. OLE color: 10126828.
HSL color Cylindrical-coordinate representation of color #EC859A: hue angle of 347.77º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC859A is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 154 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.07 |
| HSL | 347.77º | 0.73% | 0.72% | - |
| HSV(B) | 347.77º | 0.44% | 0.93% | - |
| XYZ | 48.81 | 36.94 | 35.13 | - |
| YUV | 166.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 154 | 0 | 0.44 | 0.35 | 0.07 | 347.77 | 0.73 | 0.72 |
| Hex | EC | 85 | 9A | 0 | 2C | 23 | 7 | 15C | 49 | 48 |
| Octal | 354 | 205 | 232 | 0 | 54 | 43 | 7 | 534 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10011010 | 0 | 101100 | 100011 | 111 | 101011100 | 1001001 | 1001000 |
Color Harmonies of #EC859A
Complementary color
Monochromatic Colors of #EC859A
Black with #EC859A
Text Example
Text Example
White with #EC859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC859A; }
p { color: rgb(236,133,154); }
H1.HeaderClassName
{
color: #EC859A;
}
.AnyTagClassName
{
color: #EC859A;
}
</style>
background-color css
<style>
a { background-color: #EC859A; }
a { background-color: rgb(236,133,154); }
div.DivClassName
{
background-color: #EC859A;
}
.BgClassName
{
background-color: #EC859A;
}
</style>
border-color css
<style>
span { border-color: #EC859A; }
span { border-color: rgb(236,133,154); }
td.TdClassName
{
border-color: #EC859A;
}
.TagClassName
{
border-color: #EC859A;
}
</style>