Shades of Carissma #EF808D
Tints of Carissma #EF808D
RGB
CMYK
RGB Variations
Color information
#EF808D (or 0xEF808D) is known color: Carissma. HEX triplet: EF, 80 and 8D. RGB value is (239,128,141). Sum of RGB (Red+Green+Blue) = 239+128+141=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF808D is #107F72. Grayscale: #A2A2A2. Windows color (decimal): -1081203 or 9273583. OLE color: 9273583.
HSL color Cylindrical-coordinate representation of color #EF808D: hue angle of 352.97º 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 #EF808D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 141 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.06 |
| HSL | 352.97º | 0.78% | 0.72% | - |
| HSV(B) | 352.97º | 0.46% | 0.94% | - |
| XYZ | 48.12 | 35.71 | 29.56 | - |
| YUV | 162.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 141 | 0 | 0.46 | 0.41 | 0.06 | 352.97 | 0.78 | 0.72 |
| Hex | EF | 80 | 8D | 0 | 2E | 29 | 6 | 161 | 4E | 48 |
| Octal | 357 | 200 | 215 | 0 | 56 | 51 | 6 | 541 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10001101 | 0 | 101110 | 101001 | 110 | 101100001 | 1001110 | 1001000 |
Color Harmonies of #EF808D
Complementary color
Monochromatic Colors of #EF808D
Black with #EF808D
Text Example
Text Example
White with #EF808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF808D; }
p { color: rgb(239,128,141); }
H1.HeaderClassName
{
color: #EF808D;
}
.AnyTagClassName
{
color: #EF808D;
}
</style>
background-color css
<style>
a { background-color: #EF808D; }
a { background-color: rgb(239,128,141); }
div.DivClassName
{
background-color: #EF808D;
}
.BgClassName
{
background-color: #EF808D;
}
</style>
border-color css
<style>
span { border-color: #EF808D; }
span { border-color: rgb(239,128,141); }
td.TdClassName
{
border-color: #EF808D;
}
.TagClassName
{
border-color: #EF808D;
}
</style>