Shades of Carissma #EF858C
Tints of Carissma #EF858C
RGB
CMYK
RGB Variations
Color information
#EF858C (or 0xEF858C) is known color: Carissma. HEX triplet: EF, 85 and 8C. RGB value is (239,133,140). Sum of RGB (Red+Green+Blue) = 239+133+140=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858C is #107A73. Grayscale: #A5A5A5. Windows color (decimal): -1079924 or 9209327. OLE color: 9209327.
HSL color Cylindrical-coordinate representation of color #EF858C: hue angle of 356.04º degrees, saturation: 0.77, 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 #EF858C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 140 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.06 |
| HSL | 356.04º | 0.77% | 0.73% | - |
| HSV(B) | 356.04º | 0.44% | 0.94% | - |
| XYZ | 48.72 | 37.02 | 29.39 | - |
| YUV | 165.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 140 | 0 | 0.44 | 0.41 | 0.06 | 356.04 | 0.77 | 0.73 |
| Hex | EF | 85 | 8C | 0 | 2C | 29 | 6 | 164 | 4D | 49 |
| Octal | 357 | 205 | 214 | 0 | 54 | 51 | 6 | 544 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10001100 | 0 | 101100 | 101001 | 110 | 101100100 | 1001101 | 1001001 |
Color Harmonies of #EF858C
Complementary color
Monochromatic Colors of #EF858C
Black with #EF858C
Text Example
Text Example
White with #EF858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF858C; }
p { color: rgb(239,133,140); }
H1.HeaderClassName
{
color: #EF858C;
}
.AnyTagClassName
{
color: #EF858C;
}
</style>
background-color css
<style>
a { background-color: #EF858C; }
a { background-color: rgb(239,133,140); }
div.DivClassName
{
background-color: #EF858C;
}
.BgClassName
{
background-color: #EF858C;
}
</style>
border-color css
<style>
span { border-color: #EF858C; }
span { border-color: rgb(239,133,140); }
td.TdClassName
{
border-color: #EF858C;
}
.TagClassName
{
border-color: #EF858C;
}
</style>