Shades of Carissma #EF8085
Tints of Carissma #EF8085
RGB
CMYK
RGB Variations
Color information
#EF8085 (or 0xEF8085) is known color: Carissma. HEX triplet: EF, 80 and 85. RGB value is (239,128,133). Sum of RGB (Red+Green+Blue) = 239+128+133=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8085 is #107F7A. Grayscale: #A1A1A1. Windows color (decimal): -1081211 or 8749295. OLE color: 8749295.
HSL color Cylindrical-coordinate representation of color #EF8085: hue angle of 357.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8085 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 133 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.06 |
| HSL | 357.3º | 0.78% | 0.72% | - |
| HSV(B) | 357.3º | 0.46% | 0.94% | - |
| XYZ | 47.55 | 35.48 | 26.53 | - |
| YUV | 161.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 133 | 0 | 0.46 | 0.44 | 0.06 | 357.3 | 0.78 | 0.72 |
| Hex | EF | 80 | 85 | 0 | 2E | 2C | 6 | 165 | 4E | 48 |
| Octal | 357 | 200 | 205 | 0 | 56 | 54 | 6 | 545 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10000101 | 0 | 101110 | 101100 | 110 | 101100101 | 1001110 | 1001000 |
Color Harmonies of #EF8085
Complementary color
Monochromatic Colors of #EF8085
Black with #EF8085
Text Example
Text Example
White with #EF8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8085; }
p { color: rgb(239,128,133); }
H1.HeaderClassName
{
color: #EF8085;
}
.AnyTagClassName
{
color: #EF8085;
}
</style>
background-color css
<style>
a { background-color: #EF8085; }
a { background-color: rgb(239,128,133); }
div.DivClassName
{
background-color: #EF8085;
}
.BgClassName
{
background-color: #EF8085;
}
</style>
border-color css
<style>
span { border-color: #EF8085; }
span { border-color: rgb(239,128,133); }
td.TdClassName
{
border-color: #EF8085;
}
.TagClassName
{
border-color: #EF8085;
}
</style>