Shades of Carissma #EF838A
Tints of Carissma #EF838A
RGB
CMYK
RGB Variations
Color information
#EF838A (or 0xEF838A) is known color: Carissma. HEX triplet: EF, 83 and 8A. RGB value is (239,131,138). Sum of RGB (Red+Green+Blue) = 239+131+138=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF838A is #107C75. Grayscale: #A4A4A4. Windows color (decimal): -1080438 or 9077743. OLE color: 9077743.
HSL color Cylindrical-coordinate representation of color #EF838A: hue angle of 356.11º 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 #EF838A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 138 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.06 |
| HSL | 356.11º | 0.77% | 0.73% | - |
| HSV(B) | 356.11º | 0.45% | 0.94% | - |
| XYZ | 48.3 | 36.42 | 28.53 | - |
| YUV | 164.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 138 | 0 | 0.45 | 0.42 | 0.06 | 356.11 | 0.77 | 0.73 |
| Hex | EF | 83 | 8A | 0 | 2D | 2A | 6 | 164 | 4D | 49 |
| Octal | 357 | 203 | 212 | 0 | 55 | 52 | 6 | 544 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10001010 | 0 | 101101 | 101010 | 110 | 101100100 | 1001101 | 1001001 |
Color Harmonies of #EF838A
Complementary color
Monochromatic Colors of #EF838A
Black with #EF838A
Text Example
Text Example
White with #EF838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF838A; }
p { color: rgb(239,131,138); }
H1.HeaderClassName
{
color: #EF838A;
}
.AnyTagClassName
{
color: #EF838A;
}
</style>
background-color css
<style>
a { background-color: #EF838A; }
a { background-color: rgb(239,131,138); }
div.DivClassName
{
background-color: #EF838A;
}
.BgClassName
{
background-color: #EF838A;
}
</style>
border-color css
<style>
span { border-color: #EF838A; }
span { border-color: rgb(239,131,138); }
td.TdClassName
{
border-color: #EF838A;
}
.TagClassName
{
border-color: #EF838A;
}
</style>