Shades of Carissma #EF7A89
Tints of Carissma #EF7A89
RGB
CMYK
RGB Variations
Color information
#EF7A89 (or 0xEF7A89) is known color: Carissma. HEX triplet: EF, 7A and 89. RGB value is (239,122,137). Sum of RGB (Red+Green+Blue) = 239+122+137=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A89 is #108576. Grayscale: #9E9E9E. Windows color (decimal): -1082743 or 9009903. OLE color: 9009903.
HSL color Cylindrical-coordinate representation of color #EF7A89: hue angle of 352.31º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A89 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 137 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.06 |
| HSL | 352.31º | 0.79% | 0.71% | - |
| HSV(B) | 352.31º | 0.49% | 0.94% | - |
| XYZ | 47.07 | 34.08 | 27.76 | - |
| YUV | 158.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 137 | 0 | 0.49 | 0.43 | 0.06 | 352.31 | 0.79 | 0.71 |
| Hex | EF | 7A | 89 | 0 | 31 | 2B | 6 | 160 | 4F | 47 |
| Octal | 357 | 172 | 211 | 0 | 61 | 53 | 6 | 540 | 117 | 107 |
| Binary | 11101111 | 1111010 | 10001001 | 0 | 110001 | 101011 | 110 | 101100000 | 1001111 | 1000111 |
Color Harmonies of #EF7A89
Complementary color
Monochromatic Colors of #EF7A89
Black with #EF7A89
Text Example
Text Example
White with #EF7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A89; }
p { color: rgb(239,122,137); }
H1.HeaderClassName
{
color: #EF7A89;
}
.AnyTagClassName
{
color: #EF7A89;
}
</style>
background-color css
<style>
a { background-color: #EF7A89; }
a { background-color: rgb(239,122,137); }
div.DivClassName
{
background-color: #EF7A89;
}
.BgClassName
{
background-color: #EF7A89;
}
</style>
border-color css
<style>
span { border-color: #EF7A89; }
span { border-color: rgb(239,122,137); }
td.TdClassName
{
border-color: #EF7A89;
}
.TagClassName
{
border-color: #EF7A89;
}
</style>