Shades of Carissma #EF7C92
Tints of Carissma #EF7C92
RGB
CMYK
RGB Variations
Color information
#EF7C92 (or 0xEF7C92) is known color: Carissma. HEX triplet: EF, 7C and 92. RGB value is (239,124,146). Sum of RGB (Red+Green+Blue) = 239+124+146=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C92 is #10836D. Grayscale: #A0A0A0. Windows color (decimal): -1082222 or 9600239. OLE color: 9600239.
HSL color Cylindrical-coordinate representation of color #EF7C92: hue angle of 348.52º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7C92 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 146 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.06 |
| HSL | 348.52º | 0.78% | 0.71% | - |
| HSV(B) | 348.52º | 0.48% | 0.94% | - |
| XYZ | 47.99 | 34.84 | 31.39 | - |
| YUV | 160.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 146 | 0 | 0.48 | 0.39 | 0.06 | 348.52 | 0.78 | 0.71 |
| Hex | EF | 7C | 92 | 0 | 30 | 27 | 6 | 15D | 4E | 47 |
| Octal | 357 | 174 | 222 | 0 | 60 | 47 | 6 | 535 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10010010 | 0 | 110000 | 100111 | 110 | 101011101 | 1001110 | 1000111 |
Color Harmonies of #EF7C92
Complementary color
Monochromatic Colors of #EF7C92
Black with #EF7C92
Text Example
Text Example
White with #EF7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C92; }
p { color: rgb(239,124,146); }
H1.HeaderClassName
{
color: #EF7C92;
}
.AnyTagClassName
{
color: #EF7C92;
}
</style>
background-color css
<style>
a { background-color: #EF7C92; }
a { background-color: rgb(239,124,146); }
div.DivClassName
{
background-color: #EF7C92;
}
.BgClassName
{
background-color: #EF7C92;
}
</style>
border-color css
<style>
span { border-color: #EF7C92; }
span { border-color: rgb(239,124,146); }
td.TdClassName
{
border-color: #EF7C92;
}
.TagClassName
{
border-color: #EF7C92;
}
</style>