Shades of Carissma #EF848B
Tints of Carissma #EF848B
RGB
CMYK
RGB Variations
Color information
#EF848B (or 0xEF848B) is known color: Carissma. HEX triplet: EF, 84 and 8B. RGB value is (239,132,139). Sum of RGB (Red+Green+Blue) = 239+132+139=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848B is #107B74. Grayscale: #A4A4A4. Windows color (decimal): -1080181 or 9143535. OLE color: 9143535.
HSL color Cylindrical-coordinate representation of color #EF848B: hue angle of 356.07º 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 #EF848B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 139 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.06 |
| HSL | 356.07º | 0.77% | 0.73% | - |
| HSV(B) | 356.07º | 0.45% | 0.94% | - |
| XYZ | 48.51 | 36.72 | 28.96 | - |
| YUV | 164.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 139 | 0 | 0.45 | 0.42 | 0.06 | 356.07 | 0.77 | 0.73 |
| Hex | EF | 84 | 8B | 0 | 2D | 2A | 6 | 164 | 4D | 49 |
| Octal | 357 | 204 | 213 | 0 | 55 | 52 | 6 | 544 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10001011 | 0 | 101101 | 101010 | 110 | 101100100 | 1001101 | 1001001 |
Color Harmonies of #EF848B
Complementary color
Monochromatic Colors of #EF848B
Black with #EF848B
Text Example
Text Example
White with #EF848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF848B; }
p { color: rgb(239,132,139); }
H1.HeaderClassName
{
color: #EF848B;
}
.AnyTagClassName
{
color: #EF848B;
}
</style>
background-color css
<style>
a { background-color: #EF848B; }
a { background-color: rgb(239,132,139); }
div.DivClassName
{
background-color: #EF848B;
}
.BgClassName
{
background-color: #EF848B;
}
</style>
border-color css
<style>
span { border-color: #EF848B; }
span { border-color: rgb(239,132,139); }
td.TdClassName
{
border-color: #EF848B;
}
.TagClassName
{
border-color: #EF848B;
}
</style>