Shades of Carissma #EF808C
Tints of Carissma #EF808C
RGB
CMYK
RGB Variations
Color information
#EF808C (or 0xEF808C) is known color: Carissma. HEX triplet: EF, 80 and 8C. RGB value is (239,128,140). Sum of RGB (Red+Green+Blue) = 239+128+140=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF808C is #107F73. Grayscale: #A2A2A2. Windows color (decimal): -1081204 or 9208047. OLE color: 9208047.
HSL color Cylindrical-coordinate representation of color #EF808C: hue angle of 353.51º 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 #EF808C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 140 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.06 |
| HSL | 353.51º | 0.78% | 0.72% | - |
| HSV(B) | 353.51º | 0.46% | 0.94% | - |
| XYZ | 48.05 | 35.68 | 29.17 | - |
| YUV | 162.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 140 | 0 | 0.46 | 0.41 | 0.06 | 353.51 | 0.78 | 0.72 |
| Hex | EF | 80 | 8C | 0 | 2E | 29 | 6 | 162 | 4E | 48 |
| Octal | 357 | 200 | 214 | 0 | 56 | 51 | 6 | 542 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10001100 | 0 | 101110 | 101001 | 110 | 101100010 | 1001110 | 1001000 |
Color Harmonies of #EF808C
Complementary color
Monochromatic Colors of #EF808C
Black with #EF808C
Text Example
Text Example
White with #EF808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF808C; }
p { color: rgb(239,128,140); }
H1.HeaderClassName
{
color: #EF808C;
}
.AnyTagClassName
{
color: #EF808C;
}
</style>
background-color css
<style>
a { background-color: #EF808C; }
a { background-color: rgb(239,128,140); }
div.DivClassName
{
background-color: #EF808C;
}
.BgClassName
{
background-color: #EF808C;
}
</style>
border-color css
<style>
span { border-color: #EF808C; }
span { border-color: rgb(239,128,140); }
td.TdClassName
{
border-color: #EF808C;
}
.TagClassName
{
border-color: #EF808C;
}
</style>