Shades of Carissma #EF7690
Tints of Carissma #EF7690
RGB
CMYK
RGB Variations
Color information
#EF7690 (or 0xEF7690) is known color: Carissma. HEX triplet: EF, 76 and 90. RGB value is (239,118,144). Sum of RGB (Red+Green+Blue) = 239+118+144=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7690 is #10896F. Grayscale: #9D9D9D. Windows color (decimal): -1083760 or 9467631. OLE color: 9467631.
HSL color Cylindrical-coordinate representation of color #EF7690: hue angle of 347.11º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7690 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 144 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 347.11º | 0.79% | 0.7% | - |
| HSV(B) | 347.11º | 0.51% | 0.94% | - |
| XYZ | 47.11 | 33.32 | 30.33 | - |
| YUV | 157.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 144 | 0 | 0.51 | 0.40 | 0.06 | 347.11 | 0.79 | 0.7 |
| Hex | EF | 76 | 90 | 0 | 33 | 28 | 6 | 15B | 4F | 46 |
| Octal | 357 | 166 | 220 | 0 | 63 | 50 | 6 | 533 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10010000 | 0 | 110011 | 101000 | 110 | 101011011 | 1001111 | 1000110 |
Color Harmonies of #EF7690
Complementary color
Monochromatic Colors of #EF7690
Black with #EF7690
Text Example
Text Example
White with #EF7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7690; }
p { color: rgb(239,118,144); }
H1.HeaderClassName
{
color: #EF7690;
}
.AnyTagClassName
{
color: #EF7690;
}
</style>
background-color css
<style>
a { background-color: #EF7690; }
a { background-color: rgb(239,118,144); }
div.DivClassName
{
background-color: #EF7690;
}
.BgClassName
{
background-color: #EF7690;
}
</style>
border-color css
<style>
span { border-color: #EF7690; }
span { border-color: rgb(239,118,144); }
td.TdClassName
{
border-color: #EF7690;
}
.TagClassName
{
border-color: #EF7690;
}
</style>