Shades of Carissma #EF8191
Tints of Carissma #EF8191
RGB
CMYK
RGB Variations
Color information
#EF8191 (or 0xEF8191) is known color: Carissma. HEX triplet: EF, 81 and 91. RGB value is (239,129,145). Sum of RGB (Red+Green+Blue) = 239+129+145=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8191 is #107E6E. Grayscale: #A3A3A3. Windows color (decimal): -1080943 or 9535983. OLE color: 9535983.
HSL color Cylindrical-coordinate representation of color #EF8191: hue angle of 351.27º 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 #EF8191 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 145 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.06 |
| HSL | 351.27º | 0.77% | 0.72% | - |
| HSV(B) | 351.27º | 0.46% | 0.94% | - |
| XYZ | 48.56 | 36.1 | 31.2 | - |
| YUV | 163.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 145 | 0 | 0.46 | 0.39 | 0.06 | 351.27 | 0.77 | 0.72 |
| Hex | EF | 81 | 91 | 0 | 2E | 27 | 6 | 15F | 4D | 48 |
| Octal | 357 | 201 | 221 | 0 | 56 | 47 | 6 | 537 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10010001 | 0 | 101110 | 100111 | 110 | 101011111 | 1001101 | 1001000 |
Color Harmonies of #EF8191
Complementary color
Monochromatic Colors of #EF8191
Black with #EF8191
Text Example
Text Example
White with #EF8191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8191; }
p { color: rgb(239,129,145); }
H1.HeaderClassName
{
color: #EF8191;
}
.AnyTagClassName
{
color: #EF8191;
}
</style>
background-color css
<style>
a { background-color: #EF8191; }
a { background-color: rgb(239,129,145); }
div.DivClassName
{
background-color: #EF8191;
}
.BgClassName
{
background-color: #EF8191;
}
</style>
border-color css
<style>
span { border-color: #EF8191; }
span { border-color: rgb(239,129,145); }
td.TdClassName
{
border-color: #EF8191;
}
.TagClassName
{
border-color: #EF8191;
}
</style>