Shades of Carissma #EF778D
Tints of Carissma #EF778D
RGB
CMYK
RGB Variations
Color information
#EF778D (or 0xEF778D) is known color: Carissma. HEX triplet: EF, 77 and 8D. RGB value is (239,119,141). Sum of RGB (Red+Green+Blue) = 239+119+141=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF778D is #108872. Grayscale: #9D9D9D. Windows color (decimal): -1083507 or 9271279. OLE color: 9271279.
HSL color Cylindrical-coordinate representation of color #EF778D: hue angle of 349º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF778D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 141 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.06 |
| HSL | 349º | 0.79% | 0.7% | - |
| HSV(B) | 349º | 0.5% | 0.94% | - |
| XYZ | 47 | 33.47 | 29.18 | - |
| YUV | 157.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 141 | 0 | 0.50 | 0.41 | 0.06 | 349 | 0.79 | 0.7 |
| Hex | EF | 77 | 8D | 0 | 32 | 29 | 6 | 15D | 4F | 46 |
| Octal | 357 | 167 | 215 | 0 | 62 | 51 | 6 | 535 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10001101 | 0 | 110010 | 101001 | 110 | 101011101 | 1001111 | 1000110 |
Color Harmonies of #EF778D
Complementary color
Monochromatic Colors of #EF778D
Black with #EF778D
Text Example
Text Example
White with #EF778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF778D; }
p { color: rgb(239,119,141); }
H1.HeaderClassName
{
color: #EF778D;
}
.AnyTagClassName
{
color: #EF778D;
}
</style>
background-color css
<style>
a { background-color: #EF778D; }
a { background-color: rgb(239,119,141); }
div.DivClassName
{
background-color: #EF778D;
}
.BgClassName
{
background-color: #EF778D;
}
</style>
border-color css
<style>
span { border-color: #EF778D; }
span { border-color: rgb(239,119,141); }
td.TdClassName
{
border-color: #EF778D;
}
.TagClassName
{
border-color: #EF778D;
}
</style>