Shades of Carissma #EF839A
Tints of Carissma #EF839A
RGB
CMYK
RGB Variations
Color information
#EF839A (or 0xEF839A) is known color: Carissma. HEX triplet: EF, 83 and 9A. RGB value is (239,131,154). Sum of RGB (Red+Green+Blue) = 239+131+154=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF839A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF839A is #107C65. Grayscale: #A5A5A5. Windows color (decimal): -1080422 or 10126319. OLE color: 10126319.
HSL color Cylindrical-coordinate representation of color #EF839A: hue angle of 347.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF839A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.06 |
| HSL | 347.22º | 0.77% | 0.73% | - |
| HSV(B) | 347.22º | 0.45% | 0.94% | - |
| XYZ | 49.55 | 36.92 | 35.09 | - |
| YUV | 165.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 154 | 0 | 0.45 | 0.36 | 0.06 | 347.22 | 0.77 | 0.73 |
| Hex | EF | 83 | 9A | 0 | 2D | 24 | 6 | 15B | 4D | 49 |
| Octal | 357 | 203 | 232 | 0 | 55 | 44 | 6 | 533 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10011010 | 0 | 101101 | 100100 | 110 | 101011011 | 1001101 | 1001001 |
Color Harmonies of #EF839A
Complementary color
Monochromatic Colors of #EF839A
Black with #EF839A
Text Example
Text Example
White with #EF839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF839A; }
p { color: rgb(239,131,154); }
H1.HeaderClassName
{
color: #EF839A;
}
.AnyTagClassName
{
color: #EF839A;
}
</style>
background-color css
<style>
a { background-color: #EF839A; }
a { background-color: rgb(239,131,154); }
div.DivClassName
{
background-color: #EF839A;
}
.BgClassName
{
background-color: #EF839A;
}
</style>
border-color css
<style>
span { border-color: #EF839A; }
span { border-color: rgb(239,131,154); }
td.TdClassName
{
border-color: #EF839A;
}
.TagClassName
{
border-color: #EF839A;
}
</style>