Shades of Carissma #EF808B
Tints of Carissma #EF808B
RGB
CMYK
RGB Variations
Color information
#EF808B (or 0xEF808B) is known color: Carissma. HEX triplet: EF, 80 and 8B. RGB value is (239,128,139). Sum of RGB (Red+Green+Blue) = 239+128+139=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF808B is #107F74. Grayscale: #A2A2A2. Windows color (decimal): -1081205 or 9142511. OLE color: 9142511.
HSL color Cylindrical-coordinate representation of color #EF808B: hue angle of 354.05º 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 #EF808B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 139 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.06 |
| HSL | 354.05º | 0.78% | 0.72% | - |
| HSV(B) | 354.05º | 0.46% | 0.94% | - |
| XYZ | 47.98 | 35.65 | 28.78 | - |
| YUV | 162.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 139 | 0 | 0.46 | 0.42 | 0.06 | 354.05 | 0.78 | 0.72 |
| Hex | EF | 80 | 8B | 0 | 2E | 2A | 6 | 162 | 4E | 48 |
| Octal | 357 | 200 | 213 | 0 | 56 | 52 | 6 | 542 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10001011 | 0 | 101110 | 101010 | 110 | 101100010 | 1001110 | 1001000 |
Color Harmonies of #EF808B
Complementary color
Monochromatic Colors of #EF808B
Black with #EF808B
Text Example
Text Example
White with #EF808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF808B; }
p { color: rgb(239,128,139); }
H1.HeaderClassName
{
color: #EF808B;
}
.AnyTagClassName
{
color: #EF808B;
}
</style>
background-color css
<style>
a { background-color: #EF808B; }
a { background-color: rgb(239,128,139); }
div.DivClassName
{
background-color: #EF808B;
}
.BgClassName
{
background-color: #EF808B;
}
</style>
border-color css
<style>
span { border-color: #EF808B; }
span { border-color: rgb(239,128,139); }
td.TdClassName
{
border-color: #EF808B;
}
.TagClassName
{
border-color: #EF808B;
}
</style>