Shades of Carissma #EF8195
Tints of Carissma #EF8195
RGB
CMYK
RGB Variations
Color information
#EF8195 (or 0xEF8195) is known color: Carissma. HEX triplet: EF, 81 and 95. RGB value is (239,129,149). Sum of RGB (Red+Green+Blue) = 239+129+149=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8195 is #107E6A. Grayscale: #A4A4A4. Windows color (decimal): -1080939 or 9798127. OLE color: 9798127.
HSL color Cylindrical-coordinate representation of color #EF8195: hue angle of 349.09º degrees, saturation: 0.77, 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 #EF8195 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 149 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.06 |
| HSL | 349.09º | 0.77% | 0.72% | - |
| HSV(B) | 349.09º | 0.46% | 0.94% | - |
| XYZ | 48.87 | 36.22 | 32.85 | - |
| YUV | 164.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 149 | 0 | 0.46 | 0.38 | 0.06 | 349.09 | 0.77 | 0.72 |
| Hex | EF | 81 | 95 | 0 | 2E | 26 | 6 | 15D | 4D | 48 |
| Octal | 357 | 201 | 225 | 0 | 56 | 46 | 6 | 535 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10010101 | 0 | 101110 | 100110 | 110 | 101011101 | 1001101 | 1001000 |
Color Harmonies of #EF8195
Complementary color
Monochromatic Colors of #EF8195
Black with #EF8195
Text Example
Text Example
White with #EF8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8195; }
p { color: rgb(239,129,149); }
H1.HeaderClassName
{
color: #EF8195;
}
.AnyTagClassName
{
color: #EF8195;
}
</style>
background-color css
<style>
a { background-color: #EF8195; }
a { background-color: rgb(239,129,149); }
div.DivClassName
{
background-color: #EF8195;
}
.BgClassName
{
background-color: #EF8195;
}
</style>
border-color css
<style>
span { border-color: #EF8195; }
span { border-color: rgb(239,129,149); }
td.TdClassName
{
border-color: #EF8195;
}
.TagClassName
{
border-color: #EF8195;
}
</style>