Shades of Carissma #EF7B96
Tints of Carissma #EF7B96
RGB
CMYK
RGB Variations
Color information
#EF7B96 (or 0xEF7B96) is known color: Carissma. HEX triplet: EF, 7B and 96. RGB value is (239,123,150). Sum of RGB (Red+Green+Blue) = 239+123+150=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B96 is #108469. Grayscale: #A0A0A0. Windows color (decimal): -1082474 or 9862127. OLE color: 9862127.
HSL color Cylindrical-coordinate representation of color #EF7B96: hue angle of 346.03º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B96 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 150 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.06 |
| HSL | 346.03º | 0.78% | 0.71% | - |
| HSV(B) | 346.03º | 0.49% | 0.94% | - |
| XYZ | 48.18 | 34.72 | 33.02 | - |
| YUV | 160.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 150 | 0 | 0.49 | 0.37 | 0.06 | 346.03 | 0.78 | 0.71 |
| Hex | EF | 7B | 96 | 0 | 31 | 25 | 6 | 15A | 4E | 47 |
| Octal | 357 | 173 | 226 | 0 | 61 | 45 | 6 | 532 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10010110 | 0 | 110001 | 100101 | 110 | 101011010 | 1001110 | 1000111 |
Color Harmonies of #EF7B96
Complementary color
Monochromatic Colors of #EF7B96
Black with #EF7B96
Text Example
Text Example
White with #EF7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B96; }
p { color: rgb(239,123,150); }
H1.HeaderClassName
{
color: #EF7B96;
}
.AnyTagClassName
{
color: #EF7B96;
}
</style>
background-color css
<style>
a { background-color: #EF7B96; }
a { background-color: rgb(239,123,150); }
div.DivClassName
{
background-color: #EF7B96;
}
.BgClassName
{
background-color: #EF7B96;
}
</style>
border-color css
<style>
span { border-color: #EF7B96; }
span { border-color: rgb(239,123,150); }
td.TdClassName
{
border-color: #EF7B96;
}
.TagClassName
{
border-color: #EF7B96;
}
</style>