Shades of Carissma #EC7B9A
Tints of Carissma #EC7B9A
RGB
CMYK
RGB Variations
Color information
#EC7B9A (or 0xEC7B9A) is known color: Carissma. HEX triplet: EC, 7B and 9A. RGB value is (236,123,154). Sum of RGB (Red+Green+Blue) = 236+123+154=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7B9A is #138465. Grayscale: #A0A0A0. Windows color (decimal): -1279078 or 10124268. OLE color: 10124268.
HSL color Cylindrical-coordinate representation of color #EC7B9A: hue angle of 343.54º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7B9A is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 154 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.07 |
| HSL | 343.54º | 0.75% | 0.7% | - |
| HSV(B) | 343.54º | 0.48% | 0.93% | - |
| XYZ | 47.51 | 34.33 | 34.69 | - |
| YUV | 160.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 154 | 0 | 0.48 | 0.35 | 0.07 | 343.54 | 0.75 | 0.7 |
| Hex | EC | 7B | 9A | 0 | 30 | 23 | 7 | 158 | 4B | 46 |
| Octal | 354 | 173 | 232 | 0 | 60 | 43 | 7 | 530 | 113 | 106 |
| Binary | 11101100 | 1111011 | 10011010 | 0 | 110000 | 100011 | 111 | 101011000 | 1001011 | 1000110 |
Color Harmonies of #EC7B9A
Complementary color
Monochromatic Colors of #EC7B9A
Black with #EC7B9A
Text Example
Text Example
White with #EC7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B9A; }
p { color: rgb(236,123,154); }
H1.HeaderClassName
{
color: #EC7B9A;
}
.AnyTagClassName
{
color: #EC7B9A;
}
</style>
background-color css
<style>
a { background-color: #EC7B9A; }
a { background-color: rgb(236,123,154); }
div.DivClassName
{
background-color: #EC7B9A;
}
.BgClassName
{
background-color: #EC7B9A;
}
</style>
border-color css
<style>
span { border-color: #EC7B9A; }
span { border-color: rgb(236,123,154); }
td.TdClassName
{
border-color: #EC7B9A;
}
.TagClassName
{
border-color: #EC7B9A;
}
</style>