Shades of Carissma #EF808F
Tints of Carissma #EF808F
RGB
CMYK
RGB Variations
Color information
#EF808F (or 0xEF808F) is known color: Carissma. HEX triplet: EF, 80 and 8F. RGB value is (239,128,143). Sum of RGB (Red+Green+Blue) = 239+128+143=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF808F is #107F70. Grayscale: #A2A2A2. Windows color (decimal): -1081201 or 9404655. OLE color: 9404655.
HSL color Cylindrical-coordinate representation of color #EF808F: hue angle of 351.89º 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 #EF808F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 143 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.06 |
| HSL | 351.89º | 0.78% | 0.72% | - |
| HSV(B) | 351.89º | 0.46% | 0.94% | - |
| XYZ | 48.27 | 35.77 | 30.35 | - |
| YUV | 162.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 143 | 0 | 0.46 | 0.40 | 0.06 | 351.89 | 0.78 | 0.72 |
| Hex | EF | 80 | 8F | 0 | 2E | 28 | 6 | 160 | 4E | 48 |
| Octal | 357 | 200 | 217 | 0 | 56 | 50 | 6 | 540 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10001111 | 0 | 101110 | 101000 | 110 | 101100000 | 1001110 | 1001000 |
Color Harmonies of #EF808F
Complementary color
Monochromatic Colors of #EF808F
Black with #EF808F
Text Example
Text Example
White with #EF808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF808F; }
p { color: rgb(239,128,143); }
H1.HeaderClassName
{
color: #EF808F;
}
.AnyTagClassName
{
color: #EF808F;
}
</style>
background-color css
<style>
a { background-color: #EF808F; }
a { background-color: rgb(239,128,143); }
div.DivClassName
{
background-color: #EF808F;
}
.BgClassName
{
background-color: #EF808F;
}
</style>
border-color css
<style>
span { border-color: #EF808F; }
span { border-color: rgb(239,128,143); }
td.TdClassName
{
border-color: #EF808F;
}
.TagClassName
{
border-color: #EF808F;
}
</style>