Shades of Carissma #EC869E
Tints of Carissma #EC869E
RGB
CMYK
RGB Variations
Color information
#EC869E (or 0xEC869E) is known color: Carissma. HEX triplet: EC, 86 and 9E. RGB value is (236,134,158). Sum of RGB (Red+Green+Blue) = 236+134+158=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC869E is #137961. Grayscale: #A7A7A7. Windows color (decimal): -1276258 or 10389228. OLE color: 10389228.
HSL color Cylindrical-coordinate representation of color #EC869E: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC869E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 158 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.07 |
| HSL | 345.88º | 0.73% | 0.73% | - |
| HSV(B) | 345.88º | 0.43% | 0.93% | - |
| XYZ | 49.29 | 37.35 | 36.96 | - |
| YUV | 167.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 158 | 0 | 0.43 | 0.33 | 0.07 | 345.88 | 0.73 | 0.73 |
| Hex | EC | 86 | 9E | 0 | 2B | 21 | 7 | 15A | 49 | 49 |
| Octal | 354 | 206 | 236 | 0 | 53 | 41 | 7 | 532 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10011110 | 0 | 101011 | 100001 | 111 | 101011010 | 1001001 | 1001001 |
Color Harmonies of #EC869E
Complementary color
Monochromatic Colors of #EC869E
Black with #EC869E
Text Example
Text Example
White with #EC869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC869E; }
p { color: rgb(236,134,158); }
H1.HeaderClassName
{
color: #EC869E;
}
.AnyTagClassName
{
color: #EC869E;
}
</style>
background-color css
<style>
a { background-color: #EC869E; }
a { background-color: rgb(236,134,158); }
div.DivClassName
{
background-color: #EC869E;
}
.BgClassName
{
background-color: #EC869E;
}
</style>
border-color css
<style>
span { border-color: #EC869E; }
span { border-color: rgb(236,134,158); }
td.TdClassName
{
border-color: #EC869E;
}
.TagClassName
{
border-color: #EC869E;
}
</style>