Shades of Carissma #EF8496
Tints of Carissma #EF8496
RGB
CMYK
RGB Variations
Color information
#EF8496 (or 0xEF8496) is known color: Carissma. HEX triplet: EF, 84 and 96. RGB value is (239,132,150). Sum of RGB (Red+Green+Blue) = 239+132+150=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8496 is #107B69. Grayscale: #A6A6A6. Windows color (decimal): -1080170 or 9864431. OLE color: 9864431.
HSL color Cylindrical-coordinate representation of color #EF8496: hue angle of 349.91º 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 #EF8496 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 150 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.06 |
| HSL | 349.91º | 0.77% | 0.73% | - |
| HSV(B) | 349.91º | 0.45% | 0.94% | - |
| XYZ | 49.35 | 37.06 | 33.41 | - |
| YUV | 166.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 150 | 0 | 0.45 | 0.37 | 0.06 | 349.91 | 0.77 | 0.73 |
| Hex | EF | 84 | 96 | 0 | 2D | 25 | 6 | 15E | 4D | 49 |
| Octal | 357 | 204 | 226 | 0 | 55 | 45 | 6 | 536 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10010110 | 0 | 101101 | 100101 | 110 | 101011110 | 1001101 | 1001001 |
Color Harmonies of #EF8496
Complementary color
Monochromatic Colors of #EF8496
Black with #EF8496
Text Example
Text Example
White with #EF8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8496; }
p { color: rgb(239,132,150); }
H1.HeaderClassName
{
color: #EF8496;
}
.AnyTagClassName
{
color: #EF8496;
}
</style>
background-color css
<style>
a { background-color: #EF8496; }
a { background-color: rgb(239,132,150); }
div.DivClassName
{
background-color: #EF8496;
}
.BgClassName
{
background-color: #EF8496;
}
</style>
border-color css
<style>
span { border-color: #EF8496; }
span { border-color: rgb(239,132,150); }
td.TdClassName
{
border-color: #EF8496;
}
.TagClassName
{
border-color: #EF8496;
}
</style>