Shades of Carissma #EF858E
Tints of Carissma #EF858E
RGB
CMYK
RGB Variations
Color information
#EF858E (or 0xEF858E) is known color: Carissma. HEX triplet: EF, 85 and 8E. RGB value is (239,133,142). Sum of RGB (Red+Green+Blue) = 239+133+142=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858E is #107A71. Grayscale: #A5A5A5. Windows color (decimal): -1079922 or 9340399. OLE color: 9340399.
HSL color Cylindrical-coordinate representation of color #EF858E: hue angle of 354.91º 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 #EF858E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 142 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.06 |
| HSL | 354.91º | 0.77% | 0.73% | - |
| HSV(B) | 354.91º | 0.44% | 0.94% | - |
| XYZ | 48.87 | 37.08 | 30.17 | - |
| YUV | 165.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 142 | 0 | 0.44 | 0.41 | 0.06 | 354.91 | 0.77 | 0.73 |
| Hex | EF | 85 | 8E | 0 | 2C | 29 | 6 | 163 | 4D | 49 |
| Octal | 357 | 205 | 216 | 0 | 54 | 51 | 6 | 543 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10001110 | 0 | 101100 | 101001 | 110 | 101100011 | 1001101 | 1001001 |
Color Harmonies of #EF858E
Complementary color
Monochromatic Colors of #EF858E
Black with #EF858E
Text Example
Text Example
White with #EF858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF858E; }
p { color: rgb(239,133,142); }
H1.HeaderClassName
{
color: #EF858E;
}
.AnyTagClassName
{
color: #EF858E;
}
</style>
background-color css
<style>
a { background-color: #EF858E; }
a { background-color: rgb(239,133,142); }
div.DivClassName
{
background-color: #EF858E;
}
.BgClassName
{
background-color: #EF858E;
}
</style>
border-color css
<style>
span { border-color: #EF858E; }
span { border-color: rgb(239,133,142); }
td.TdClassName
{
border-color: #EF858E;
}
.TagClassName
{
border-color: #EF858E;
}
</style>