Shades of Carissma #EC889E
Tints of Carissma #EC889E
RGB
CMYK
RGB Variations
Color information
#EC889E (or 0xEC889E) is known color: Carissma. HEX triplet: EC, 88 and 9E. RGB value is (236,136,158). Sum of RGB (Red+Green+Blue) = 236+136+158=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC889E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC889E is #137761. Grayscale: #A8A8A8. Windows color (decimal): -1275746 or 10389740. OLE color: 10389740.
HSL color Cylindrical-coordinate representation of color #EC889E: hue angle of 346.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC889E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 158 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.07 |
| HSL | 346.8º | 0.72% | 0.73% | - |
| HSV(B) | 346.8º | 0.42% | 0.93% | - |
| XYZ | 49.57 | 37.91 | 37.05 | - |
| YUV | 168.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 158 | 0 | 0.42 | 0.33 | 0.07 | 346.8 | 0.72 | 0.73 |
| Hex | EC | 88 | 9E | 0 | 2A | 21 | 7 | 15B | 48 | 49 |
| Octal | 354 | 210 | 236 | 0 | 52 | 41 | 7 | 533 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10011110 | 0 | 101010 | 100001 | 111 | 101011011 | 1001000 | 1001001 |
Color Harmonies of #EC889E
Complementary color
Monochromatic Colors of #EC889E
Black with #EC889E
Text Example
Text Example
White with #EC889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC889E; }
p { color: rgb(236,136,158); }
H1.HeaderClassName
{
color: #EC889E;
}
.AnyTagClassName
{
color: #EC889E;
}
</style>
background-color css
<style>
a { background-color: #EC889E; }
a { background-color: rgb(236,136,158); }
div.DivClassName
{
background-color: #EC889E;
}
.BgClassName
{
background-color: #EC889E;
}
</style>
border-color css
<style>
span { border-color: #EC889E; }
span { border-color: rgb(236,136,158); }
td.TdClassName
{
border-color: #EC889E;
}
.TagClassName
{
border-color: #EC889E;
}
</style>