Shades of Carissma #EC7F99
Tints of Carissma #EC7F99
RGB
CMYK
RGB Variations
Color information
#EC7F99 (or 0xEC7F99) is known color: Carissma. HEX triplet: EC, 7F and 99. RGB value is (236,127,153). Sum of RGB (Red+Green+Blue) = 236+127+153=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F99 is #138066. Grayscale: #A2A2A2. Windows color (decimal): -1278055 or 10059756. OLE color: 10059756.
HSL color Cylindrical-coordinate representation of color #EC7F99: hue angle of 345.69º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7F99 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 153 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.07 |
| HSL | 345.69º | 0.74% | 0.71% | - |
| HSV(B) | 345.69º | 0.46% | 0.93% | - |
| XYZ | 47.93 | 35.31 | 34.43 | - |
| YUV | 162.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 153 | 0 | 0.46 | 0.35 | 0.07 | 345.69 | 0.74 | 0.71 |
| Hex | EC | 7F | 99 | 0 | 2E | 23 | 7 | 15A | 4A | 47 |
| Octal | 354 | 177 | 231 | 0 | 56 | 43 | 7 | 532 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10011001 | 0 | 101110 | 100011 | 111 | 101011010 | 1001010 | 1000111 |
Color Harmonies of #EC7F99
Complementary color
Monochromatic Colors of #EC7F99
Black with #EC7F99
Text Example
Text Example
White with #EC7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F99; }
p { color: rgb(236,127,153); }
H1.HeaderClassName
{
color: #EC7F99;
}
.AnyTagClassName
{
color: #EC7F99;
}
</style>
background-color css
<style>
a { background-color: #EC7F99; }
a { background-color: rgb(236,127,153); }
div.DivClassName
{
background-color: #EC7F99;
}
.BgClassName
{
background-color: #EC7F99;
}
</style>
border-color css
<style>
span { border-color: #EC7F99; }
span { border-color: rgb(236,127,153); }
td.TdClassName
{
border-color: #EC7F99;
}
.TagClassName
{
border-color: #EC7F99;
}
</style>