Shades of Carissma #EC789B
Tints of Carissma #EC789B
RGB
CMYK
RGB Variations
Color information
#EC789B (or 0xEC789B) is known color: Carissma. HEX triplet: EC, 78 and 9B. RGB value is (236,120,155). Sum of RGB (Red+Green+Blue) = 236+120+155=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC789B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC789B is #138764. Grayscale: #9E9E9E. Windows color (decimal): -1279845 or 10189036. OLE color: 10189036.
HSL color Cylindrical-coordinate representation of color #EC789B: hue angle of 341.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC789B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 155 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.07 |
| HSL | 341.9º | 0.75% | 0.7% | - |
| HSV(B) | 341.9º | 0.49% | 0.93% | - |
| XYZ | 47.22 | 33.63 | 35.01 | - |
| YUV | 158.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 155 | 0 | 0.49 | 0.34 | 0.07 | 341.9 | 0.75 | 0.7 |
| Hex | EC | 78 | 9B | 0 | 31 | 22 | 7 | 156 | 4B | 46 |
| Octal | 354 | 170 | 233 | 0 | 61 | 42 | 7 | 526 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10011011 | 0 | 110001 | 100010 | 111 | 101010110 | 1001011 | 1000110 |
Color Harmonies of #EC789B
Complementary color
Monochromatic Colors of #EC789B
Black with #EC789B
Text Example
Text Example
White with #EC789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC789B; }
p { color: rgb(236,120,155); }
H1.HeaderClassName
{
color: #EC789B;
}
.AnyTagClassName
{
color: #EC789B;
}
</style>
background-color css
<style>
a { background-color: #EC789B; }
a { background-color: rgb(236,120,155); }
div.DivClassName
{
background-color: #EC789B;
}
.BgClassName
{
background-color: #EC789B;
}
</style>
border-color css
<style>
span { border-color: #EC789B; }
span { border-color: rgb(236,120,155); }
td.TdClassName
{
border-color: #EC789B;
}
.TagClassName
{
border-color: #EC789B;
}
</style>