Shades of Carissma #EF8396
Tints of Carissma #EF8396
RGB
CMYK
RGB Variations
Color information
#EF8396 (or 0xEF8396) is known color: Carissma. HEX triplet: EF, 83 and 96. RGB value is (239,131,150). Sum of RGB (Red+Green+Blue) = 239+131+150=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8396 is #107C69. Grayscale: #A5A5A5. Windows color (decimal): -1080426 or 9864175. OLE color: 9864175.
HSL color Cylindrical-coordinate representation of color #EF8396: hue angle of 349.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8396 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 150 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.06 |
| HSL | 349.44º | 0.77% | 0.73% | - |
| HSV(B) | 349.44º | 0.45% | 0.94% | - |
| XYZ | 49.22 | 36.79 | 33.36 | - |
| YUV | 165.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 150 | 0 | 0.45 | 0.37 | 0.06 | 349.44 | 0.77 | 0.73 |
| Hex | EF | 83 | 96 | 0 | 2D | 25 | 6 | 15D | 4D | 49 |
| Octal | 357 | 203 | 226 | 0 | 55 | 45 | 6 | 535 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10010110 | 0 | 101101 | 100101 | 110 | 101011101 | 1001101 | 1001001 |
Color Harmonies of #EF8396
Complementary color
Monochromatic Colors of #EF8396
Black with #EF8396
Text Example
Text Example
White with #EF8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8396; }
p { color: rgb(239,131,150); }
H1.HeaderClassName
{
color: #EF8396;
}
.AnyTagClassName
{
color: #EF8396;
}
</style>
background-color css
<style>
a { background-color: #EF8396; }
a { background-color: rgb(239,131,150); }
div.DivClassName
{
background-color: #EF8396;
}
.BgClassName
{
background-color: #EF8396;
}
</style>
border-color css
<style>
span { border-color: #EF8396; }
span { border-color: rgb(239,131,150); }
td.TdClassName
{
border-color: #EF8396;
}
.TagClassName
{
border-color: #EF8396;
}
</style>