Shades of Carissma #EF8595
Tints of Carissma #EF8595
RGB
CMYK
RGB Variations
Color information
#EF8595 (or 0xEF8595) is known color: Carissma. HEX triplet: EF, 85 and 95. RGB value is (239,133,149). Sum of RGB (Red+Green+Blue) = 239+133+149=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8595 is #107A6A. Grayscale: #A6A6A6. Windows color (decimal): -1079915 or 9799151. OLE color: 9799151.
HSL color Cylindrical-coordinate representation of color #EF8595: hue angle of 350.94º 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 #EF8595 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 149 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.06 |
| HSL | 350.94º | 0.77% | 0.73% | - |
| HSV(B) | 350.94º | 0.44% | 0.94% | - |
| XYZ | 49.41 | 37.3 | 33.03 | - |
| YUV | 166.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 149 | 0 | 0.44 | 0.38 | 0.06 | 350.94 | 0.77 | 0.73 |
| Hex | EF | 85 | 95 | 0 | 2C | 26 | 6 | 15F | 4D | 49 |
| Octal | 357 | 205 | 225 | 0 | 54 | 46 | 6 | 537 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10010101 | 0 | 101100 | 100110 | 110 | 101011111 | 1001101 | 1001001 |
Color Harmonies of #EF8595
Complementary color
Monochromatic Colors of #EF8595
Black with #EF8595
Text Example
Text Example
White with #EF8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8595; }
p { color: rgb(239,133,149); }
H1.HeaderClassName
{
color: #EF8595;
}
.AnyTagClassName
{
color: #EF8595;
}
</style>
background-color css
<style>
a { background-color: #EF8595; }
a { background-color: rgb(239,133,149); }
div.DivClassName
{
background-color: #EF8595;
}
.BgClassName
{
background-color: #EF8595;
}
</style>
border-color css
<style>
span { border-color: #EF8595; }
span { border-color: rgb(239,133,149); }
td.TdClassName
{
border-color: #EF8595;
}
.TagClassName
{
border-color: #EF8595;
}
</style>