Shades of Carissma #EF848C
Tints of Carissma #EF848C
RGB
CMYK
RGB Variations
Color information
#EF848C (or 0xEF848C) is known color: Carissma. HEX triplet: EF, 84 and 8C. RGB value is (239,132,140). Sum of RGB (Red+Green+Blue) = 239+132+140=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848C is #107B73. Grayscale: #A4A4A4. Windows color (decimal): -1080180 or 9209071. OLE color: 9209071.
HSL color Cylindrical-coordinate representation of color #EF848C: hue angle of 355.51º 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 #EF848C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 140 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.06 |
| HSL | 355.51º | 0.77% | 0.73% | - |
| HSV(B) | 355.51º | 0.45% | 0.94% | - |
| XYZ | 48.58 | 36.75 | 29.34 | - |
| YUV | 164.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 140 | 0 | 0.45 | 0.41 | 0.06 | 355.51 | 0.77 | 0.73 |
| Hex | EF | 84 | 8C | 0 | 2D | 29 | 6 | 164 | 4D | 49 |
| Octal | 357 | 204 | 214 | 0 | 55 | 51 | 6 | 544 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10001100 | 0 | 101101 | 101001 | 110 | 101100100 | 1001101 | 1001001 |
Color Harmonies of #EF848C
Complementary color
Monochromatic Colors of #EF848C
Black with #EF848C
Text Example
Text Example
White with #EF848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF848C; }
p { color: rgb(239,132,140); }
H1.HeaderClassName
{
color: #EF848C;
}
.AnyTagClassName
{
color: #EF848C;
}
</style>
background-color css
<style>
a { background-color: #EF848C; }
a { background-color: rgb(239,132,140); }
div.DivClassName
{
background-color: #EF848C;
}
.BgClassName
{
background-color: #EF848C;
}
</style>
border-color css
<style>
span { border-color: #EF848C; }
span { border-color: rgb(239,132,140); }
td.TdClassName
{
border-color: #EF848C;
}
.TagClassName
{
border-color: #EF848C;
}
</style>