Shades of Carissma #EC859E
Tints of Carissma #EC859E
RGB
CMYK
RGB Variations
Color information
#EC859E (or 0xEC859E) is known color: Carissma. HEX triplet: EC, 85 and 9E. RGB value is (236,133,158). Sum of RGB (Red+Green+Blue) = 236+133+158=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC859E is #137A61. Grayscale: #A6A6A6. Windows color (decimal): -1276514 or 10388972. OLE color: 10388972.
HSL color Cylindrical-coordinate representation of color #EC859E: hue angle of 345.44º 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 #EC859E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 158 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 345.44º | 0.73% | 0.72% | - |
| HSV(B) | 345.44º | 0.44% | 0.93% | - |
| XYZ | 49.15 | 37.08 | 36.91 | - |
| YUV | 166.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 158 | 0 | 0.44 | 0.33 | 0.07 | 345.44 | 0.73 | 0.72 |
| Hex | EC | 85 | 9E | 0 | 2C | 21 | 7 | 159 | 49 | 48 |
| Octal | 354 | 205 | 236 | 0 | 54 | 41 | 7 | 531 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10011110 | 0 | 101100 | 100001 | 111 | 101011001 | 1001001 | 1001000 |
Color Harmonies of #EC859E
Complementary color
Monochromatic Colors of #EC859E
Black with #EC859E
Text Example
Text Example
White with #EC859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC859E; }
p { color: rgb(236,133,158); }
H1.HeaderClassName
{
color: #EC859E;
}
.AnyTagClassName
{
color: #EC859E;
}
</style>
background-color css
<style>
a { background-color: #EC859E; }
a { background-color: rgb(236,133,158); }
div.DivClassName
{
background-color: #EC859E;
}
.BgClassName
{
background-color: #EC859E;
}
</style>
border-color css
<style>
span { border-color: #EC859E; }
span { border-color: rgb(236,133,158); }
td.TdClassName
{
border-color: #EC859E;
}
.TagClassName
{
border-color: #EC859E;
}
</style>