Shades of Carissma #EF858B
Tints of Carissma #EF858B
RGB
CMYK
RGB Variations
Color information
#EF858B (or 0xEF858B) is known color: Carissma. HEX triplet: EF, 85 and 8B. RGB value is (239,133,139). Sum of RGB (Red+Green+Blue) = 239+133+139=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858B is #107A74. Grayscale: #A5A5A5. Windows color (decimal): -1079925 or 9143791. OLE color: 9143791.
HSL color Cylindrical-coordinate representation of color #EF858B: hue angle of 356.6º 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 #EF858B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 139 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.06 |
| HSL | 356.6º | 0.77% | 0.73% | - |
| HSV(B) | 356.6º | 0.44% | 0.94% | - |
| XYZ | 48.64 | 36.99 | 29 | - |
| YUV | 165.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 139 | 0 | 0.44 | 0.42 | 0.06 | 356.6 | 0.77 | 0.73 |
| Hex | EF | 85 | 8B | 0 | 2C | 2A | 6 | 165 | 4D | 49 |
| Octal | 357 | 205 | 213 | 0 | 54 | 52 | 6 | 545 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10001011 | 0 | 101100 | 101010 | 110 | 101100101 | 1001101 | 1001001 |
Color Harmonies of #EF858B
Complementary color
Monochromatic Colors of #EF858B
Black with #EF858B
Text Example
Text Example
White with #EF858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF858B; }
p { color: rgb(239,133,139); }
H1.HeaderClassName
{
color: #EF858B;
}
.AnyTagClassName
{
color: #EF858B;
}
</style>
background-color css
<style>
a { background-color: #EF858B; }
a { background-color: rgb(239,133,139); }
div.DivClassName
{
background-color: #EF858B;
}
.BgClassName
{
background-color: #EF858B;
}
</style>
border-color css
<style>
span { border-color: #EF858B; }
span { border-color: rgb(239,133,139); }
td.TdClassName
{
border-color: #EF858B;
}
.TagClassName
{
border-color: #EF858B;
}
</style>