Shades of Carissma #EC7F92
Tints of Carissma #EC7F92
RGB
CMYK
RGB Variations
Color information
#EC7F92 (or 0xEC7F92) is known color: Carissma. HEX triplet: EC, 7F and 92. RGB value is (236,127,146). Sum of RGB (Red+Green+Blue) = 236+127+146=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F92 is #13806D. Grayscale: #A1A1A1. Windows color (decimal): -1278062 or 9601004. OLE color: 9601004.
HSL color Cylindrical-coordinate representation of color #EC7F92: hue angle of 349.54º 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 #EC7F92 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 146 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.07 |
| HSL | 349.54º | 0.74% | 0.71% | - |
| HSV(B) | 349.54º | 0.46% | 0.93% | - |
| XYZ | 47.37 | 35.09 | 31.47 | - |
| YUV | 161.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 146 | 0 | 0.46 | 0.38 | 0.07 | 349.54 | 0.74 | 0.71 |
| Hex | EC | 7F | 92 | 0 | 2E | 26 | 7 | 15E | 4A | 47 |
| Octal | 354 | 177 | 222 | 0 | 56 | 46 | 7 | 536 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10010010 | 0 | 101110 | 100110 | 111 | 101011110 | 1001010 | 1000111 |
Color Harmonies of #EC7F92
Complementary color
Monochromatic Colors of #EC7F92
Black with #EC7F92
Text Example
Text Example
White with #EC7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F92; }
p { color: rgb(236,127,146); }
H1.HeaderClassName
{
color: #EC7F92;
}
.AnyTagClassName
{
color: #EC7F92;
}
</style>
background-color css
<style>
a { background-color: #EC7F92; }
a { background-color: rgb(236,127,146); }
div.DivClassName
{
background-color: #EC7F92;
}
.BgClassName
{
background-color: #EC7F92;
}
</style>
border-color css
<style>
span { border-color: #EC7F92; }
span { border-color: rgb(236,127,146); }
td.TdClassName
{
border-color: #EC7F92;
}
.TagClassName
{
border-color: #EC7F92;
}
</style>