Shades of Carissma #EC859C
Tints of Carissma #EC859C
RGB
CMYK
RGB Variations
Color information
#EC859C (or 0xEC859C) is known color: Carissma. HEX triplet: EC, 85 and 9C. RGB value is (236,133,156). Sum of RGB (Red+Green+Blue) = 236+133+156=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC859C is #137A63. Grayscale: #A6A6A6. Windows color (decimal): -1276516 or 10257900. OLE color: 10257900.
HSL color Cylindrical-coordinate representation of color #EC859C: hue angle of 346.6º 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 #EC859C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 156 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.07 |
| HSL | 346.6º | 0.73% | 0.72% | - |
| HSV(B) | 346.6º | 0.44% | 0.93% | - |
| XYZ | 48.98 | 37.01 | 36.01 | - |
| YUV | 166.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 156 | 0 | 0.44 | 0.34 | 0.07 | 346.6 | 0.73 | 0.72 |
| Hex | EC | 85 | 9C | 0 | 2C | 22 | 7 | 15B | 49 | 48 |
| Octal | 354 | 205 | 234 | 0 | 54 | 42 | 7 | 533 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10011100 | 0 | 101100 | 100010 | 111 | 101011011 | 1001001 | 1001000 |
Color Harmonies of #EC859C
Complementary color
Monochromatic Colors of #EC859C
Black with #EC859C
Text Example
Text Example
White with #EC859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC859C; }
p { color: rgb(236,133,156); }
H1.HeaderClassName
{
color: #EC859C;
}
.AnyTagClassName
{
color: #EC859C;
}
</style>
background-color css
<style>
a { background-color: #EC859C; }
a { background-color: rgb(236,133,156); }
div.DivClassName
{
background-color: #EC859C;
}
.BgClassName
{
background-color: #EC859C;
}
</style>
border-color css
<style>
span { border-color: #EC859C; }
span { border-color: rgb(236,133,156); }
td.TdClassName
{
border-color: #EC859C;
}
.TagClassName
{
border-color: #EC859C;
}
</style>