Shades of Carissma #EF779A
Tints of Carissma #EF779A
RGB
CMYK
RGB Variations
Color information
#EF779A (or 0xEF779A) is known color: Carissma. HEX triplet: EF, 77 and 9A. RGB value is (239,119,154). Sum of RGB (Red+Green+Blue) = 239+119+154=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF779A is #108865. Grayscale: #9E9E9E. Windows color (decimal): -1083494 or 10123247. OLE color: 10123247.
HSL color Cylindrical-coordinate representation of color #EF779A: hue angle of 342.5º 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 #EF779A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 154 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.06 |
| HSL | 342.5º | 0.79% | 0.7% | - |
| HSV(B) | 342.5º | 0.5% | 0.94% | - |
| XYZ | 48.03 | 33.88 | 34.58 | - |
| YUV | 158.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 154 | 0 | 0.50 | 0.36 | 0.06 | 342.5 | 0.79 | 0.7 |
| Hex | EF | 77 | 9A | 0 | 32 | 24 | 6 | 156 | 4F | 46 |
| Octal | 357 | 167 | 232 | 0 | 62 | 44 | 6 | 526 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10011010 | 0 | 110010 | 100100 | 110 | 101010110 | 1001111 | 1000110 |
Color Harmonies of #EF779A
Complementary color
Monochromatic Colors of #EF779A
Black with #EF779A
Text Example
Text Example
White with #EF779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF779A; }
p { color: rgb(239,119,154); }
H1.HeaderClassName
{
color: #EF779A;
}
.AnyTagClassName
{
color: #EF779A;
}
</style>
background-color css
<style>
a { background-color: #EF779A; }
a { background-color: rgb(239,119,154); }
div.DivClassName
{
background-color: #EF779A;
}
.BgClassName
{
background-color: #EF779A;
}
</style>
border-color css
<style>
span { border-color: #EF779A; }
span { border-color: rgb(239,119,154); }
td.TdClassName
{
border-color: #EF779A;
}
.TagClassName
{
border-color: #EF779A;
}
</style>