Shades of Carissma #EC889B
Tints of Carissma #EC889B
RGB
CMYK
RGB Variations
Color information
#EC889B (or 0xEC889B) is known color: Carissma. HEX triplet: EC, 88 and 9B. RGB value is (236,136,155). Sum of RGB (Red+Green+Blue) = 236+136+155=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC889B is #137764. Grayscale: #A8A8A8. Windows color (decimal): -1275749 or 10193132. OLE color: 10193132.
HSL color Cylindrical-coordinate representation of color #EC889B: hue angle of 348.6º 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 #EC889B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 155 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.07 |
| HSL | 348.6º | 0.72% | 0.73% | - |
| HSV(B) | 348.6º | 0.42% | 0.93% | - |
| XYZ | 49.31 | 37.81 | 35.71 | - |
| YUV | 168.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 155 | 0 | 0.42 | 0.34 | 0.07 | 348.6 | 0.72 | 0.73 |
| Hex | EC | 88 | 9B | 0 | 2A | 22 | 7 | 15D | 48 | 49 |
| Octal | 354 | 210 | 233 | 0 | 52 | 42 | 7 | 535 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10011011 | 0 | 101010 | 100010 | 111 | 101011101 | 1001000 | 1001001 |
Color Harmonies of #EC889B
Complementary color
Monochromatic Colors of #EC889B
Black with #EC889B
Text Example
Text Example
White with #EC889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC889B; }
p { color: rgb(236,136,155); }
H1.HeaderClassName
{
color: #EC889B;
}
.AnyTagClassName
{
color: #EC889B;
}
</style>
background-color css
<style>
a { background-color: #EC889B; }
a { background-color: rgb(236,136,155); }
div.DivClassName
{
background-color: #EC889B;
}
.BgClassName
{
background-color: #EC889B;
}
</style>
border-color css
<style>
span { border-color: #EC889B; }
span { border-color: rgb(236,136,155); }
td.TdClassName
{
border-color: #EC889B;
}
.TagClassName
{
border-color: #EC889B;
}
</style>