Shades of Carissma #EF879D
Tints of Carissma #EF879D
RGB
CMYK
RGB Variations
Color information
#EF879D (or 0xEF879D) is known color: Carissma. HEX triplet: EF, 87 and 9D. RGB value is (239,135,157). Sum of RGB (Red+Green+Blue) = 239+135+157=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF879D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF879D is #107862. Grayscale: #A8A8A8. Windows color (decimal): -1079395 or 10323951. OLE color: 10323951.
HSL color Cylindrical-coordinate representation of color #EF879D: hue angle of 347.31º 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 #EF879D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 157 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.06 |
| HSL | 347.31º | 0.76% | 0.73% | - |
| HSV(B) | 347.31º | 0.44% | 0.94% | - |
| XYZ | 50.35 | 38.11 | 36.6 | - |
| YUV | 168.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 157 | 0 | 0.44 | 0.34 | 0.06 | 347.31 | 0.76 | 0.73 |
| Hex | EF | 87 | 9D | 0 | 2C | 22 | 6 | 15B | 4C | 49 |
| Octal | 357 | 207 | 235 | 0 | 54 | 42 | 6 | 533 | 114 | 111 |
| Binary | 11101111 | 10000111 | 10011101 | 0 | 101100 | 100010 | 110 | 101011011 | 1001100 | 1001001 |
Color Harmonies of #EF879D
Complementary color
Monochromatic Colors of #EF879D
Black with #EF879D
Text Example
Text Example
White with #EF879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF879D; }
p { color: rgb(239,135,157); }
H1.HeaderClassName
{
color: #EF879D;
}
.AnyTagClassName
{
color: #EF879D;
}
</style>
background-color css
<style>
a { background-color: #EF879D; }
a { background-color: rgb(239,135,157); }
div.DivClassName
{
background-color: #EF879D;
}
.BgClassName
{
background-color: #EF879D;
}
</style>
border-color css
<style>
span { border-color: #EF879D; }
span { border-color: rgb(239,135,157); }
td.TdClassName
{
border-color: #EF879D;
}
.TagClassName
{
border-color: #EF879D;
}
</style>