Shades of Carissma #EF879B
Tints of Carissma #EF879B
RGB
CMYK
RGB Variations
Color information
#EF879B (or 0xEF879B) is known color: Carissma. HEX triplet: EF, 87 and 9B. RGB value is (239,135,155). Sum of RGB (Red+Green+Blue) = 239+135+155=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF879B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF879B is #107864. Grayscale: #A8A8A8. Windows color (decimal): -1079397 or 10192879. OLE color: 10192879.
HSL color Cylindrical-coordinate representation of color #EF879B: hue angle of 348.46º 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 #EF879B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 155 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.06 |
| HSL | 348.46º | 0.76% | 0.73% | - |
| HSV(B) | 348.46º | 0.44% | 0.94% | - |
| XYZ | 50.18 | 38.05 | 35.71 | - |
| YUV | 168.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 155 | 0 | 0.44 | 0.35 | 0.06 | 348.46 | 0.76 | 0.73 |
| Hex | EF | 87 | 9B | 0 | 2C | 23 | 6 | 15C | 4C | 49 |
| Octal | 357 | 207 | 233 | 0 | 54 | 43 | 6 | 534 | 114 | 111 |
| Binary | 11101111 | 10000111 | 10011011 | 0 | 101100 | 100011 | 110 | 101011100 | 1001100 | 1001001 |
Color Harmonies of #EF879B
Complementary color
Monochromatic Colors of #EF879B
Black with #EF879B
Text Example
Text Example
White with #EF879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF879B; }
p { color: rgb(239,135,155); }
H1.HeaderClassName
{
color: #EF879B;
}
.AnyTagClassName
{
color: #EF879B;
}
</style>
background-color css
<style>
a { background-color: #EF879B; }
a { background-color: rgb(239,135,155); }
div.DivClassName
{
background-color: #EF879B;
}
.BgClassName
{
background-color: #EF879B;
}
</style>
border-color css
<style>
span { border-color: #EF879B; }
span { border-color: rgb(239,135,155); }
td.TdClassName
{
border-color: #EF879B;
}
.TagClassName
{
border-color: #EF879B;
}
</style>