Shades of Carissma #EF7990
Tints of Carissma #EF7990
RGB
CMYK
RGB Variations
Color information
#EF7990 (or 0xEF7990) is known color: Carissma. HEX triplet: EF, 79 and 90. RGB value is (239,121,144). Sum of RGB (Red+Green+Blue) = 239+121+144=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7990 is #10866F. Grayscale: #9E9E9E. Windows color (decimal): -1082992 or 9468399. OLE color: 9468399.
HSL color Cylindrical-coordinate representation of color #EF7990: hue angle of 348.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 #EF7990 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 144 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.06 |
| HSL | 348.31º | 0.79% | 0.71% | - |
| HSV(B) | 348.31º | 0.49% | 0.94% | - |
| XYZ | 47.47 | 34.04 | 30.45 | - |
| YUV | 158.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 144 | 0 | 0.49 | 0.40 | 0.06 | 348.31 | 0.79 | 0.71 |
| Hex | EF | 79 | 90 | 0 | 31 | 28 | 6 | 15C | 4F | 47 |
| Octal | 357 | 171 | 220 | 0 | 61 | 50 | 6 | 534 | 117 | 107 |
| Binary | 11101111 | 1111001 | 10010000 | 0 | 110001 | 101000 | 110 | 101011100 | 1001111 | 1000111 |
Color Harmonies of #EF7990
Complementary color
Monochromatic Colors of #EF7990
Black with #EF7990
Text Example
Text Example
White with #EF7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7990; }
p { color: rgb(239,121,144); }
H1.HeaderClassName
{
color: #EF7990;
}
.AnyTagClassName
{
color: #EF7990;
}
</style>
background-color css
<style>
a { background-color: #EF7990; }
a { background-color: rgb(239,121,144); }
div.DivClassName
{
background-color: #EF7990;
}
.BgClassName
{
background-color: #EF7990;
}
</style>
border-color css
<style>
span { border-color: #EF7990; }
span { border-color: rgb(239,121,144); }
td.TdClassName
{
border-color: #EF7990;
}
.TagClassName
{
border-color: #EF7990;
}
</style>