Shades of Carissma #EF879C
Tints of Carissma #EF879C
RGB
CMYK
RGB Variations
Color information
#EF879C (or 0xEF879C) is known color: Carissma. HEX triplet: EF, 87 and 9C. RGB value is (239,135,156). Sum of RGB (Red+Green+Blue) = 239+135+156=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF879C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF879C is #107863. Grayscale: #A8A8A8. Windows color (decimal): -1079396 or 10258415. OLE color: 10258415.
HSL color Cylindrical-coordinate representation of color #EF879C: hue angle of 347.88º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF879C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 156 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.06 |
| HSL | 347.88º | 0.76% | 0.73% | - |
| HSV(B) | 347.88º | 0.44% | 0.94% | - |
| XYZ | 50.26 | 38.08 | 36.15 | - |
| YUV | 168.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 156 | 0 | 0.44 | 0.35 | 0.06 | 347.88 | 0.76 | 0.73 |
| Hex | EF | 87 | 9C | 0 | 2C | 23 | 6 | 15C | 4C | 49 |
| Octal | 357 | 207 | 234 | 0 | 54 | 43 | 6 | 534 | 114 | 111 |
| Binary | 11101111 | 10000111 | 10011100 | 0 | 101100 | 100011 | 110 | 101011100 | 1001100 | 1001001 |
Color Harmonies of #EF879C
Complementary color
Monochromatic Colors of #EF879C
Black with #EF879C
Text Example
Text Example
White with #EF879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF879C; }
p { color: rgb(239,135,156); }
H1.HeaderClassName
{
color: #EF879C;
}
.AnyTagClassName
{
color: #EF879C;
}
</style>
background-color css
<style>
a { background-color: #EF879C; }
a { background-color: rgb(239,135,156); }
div.DivClassName
{
background-color: #EF879C;
}
.BgClassName
{
background-color: #EF879C;
}
</style>
border-color css
<style>
span { border-color: #EF879C; }
span { border-color: rgb(239,135,156); }
td.TdClassName
{
border-color: #EF879C;
}
.TagClassName
{
border-color: #EF879C;
}
</style>