Shades of Carissma #EF7C9C
Tints of Carissma #EF7C9C
RGB
CMYK
RGB Variations
Color information
#EF7C9C (or 0xEF7C9C) is known color: Carissma. HEX triplet: EF, 7C and 9C. RGB value is (239,124,156). Sum of RGB (Red+Green+Blue) = 239+124+156=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C9C is #108363. Grayscale: #A2A2A2. Windows color (decimal): -1082212 or 10255599. OLE color: 10255599.
HSL color Cylindrical-coordinate representation of color #EF7C9C: hue angle of 343.3º 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 #EF7C9C is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 156 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.06 |
| HSL | 343.3º | 0.78% | 0.71% | - |
| HSV(B) | 343.3º | 0.48% | 0.94% | - |
| XYZ | 48.81 | 35.17 | 35.67 | - |
| YUV | 162.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 156 | 0 | 0.48 | 0.35 | 0.06 | 343.3 | 0.78 | 0.71 |
| Hex | EF | 7C | 9C | 0 | 30 | 23 | 6 | 157 | 4E | 47 |
| Octal | 357 | 174 | 234 | 0 | 60 | 43 | 6 | 527 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10011100 | 0 | 110000 | 100011 | 110 | 101010111 | 1001110 | 1000111 |
Color Harmonies of #EF7C9C
Complementary color
Monochromatic Colors of #EF7C9C
Black with #EF7C9C
Text Example
Text Example
White with #EF7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C9C; }
p { color: rgb(239,124,156); }
H1.HeaderClassName
{
color: #EF7C9C;
}
.AnyTagClassName
{
color: #EF7C9C;
}
</style>
background-color css
<style>
a { background-color: #EF7C9C; }
a { background-color: rgb(239,124,156); }
div.DivClassName
{
background-color: #EF7C9C;
}
.BgClassName
{
background-color: #EF7C9C;
}
</style>
border-color css
<style>
span { border-color: #EF7C9C; }
span { border-color: rgb(239,124,156); }
td.TdClassName
{
border-color: #EF7C9C;
}
.TagClassName
{
border-color: #EF7C9C;
}
</style>