Shades of Carissma #EF759C
Tints of Carissma #EF759C
RGB
CMYK
RGB Variations
Color information
#EF759C (or 0xEF759C) is known color: Carissma. HEX triplet: EF, 75 and 9C. RGB value is (239,117,156). Sum of RGB (Red+Green+Blue) = 239+117+156=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF759C is #108A63. Grayscale: #9D9D9D. Windows color (decimal): -1084004 or 10253807. OLE color: 10253807.
HSL color Cylindrical-coordinate representation of color #EF759C: hue angle of 340.82º 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 #EF759C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 156 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.06 |
| HSL | 340.82º | 0.79% | 0.7% | - |
| HSV(B) | 340.82º | 0.51% | 0.94% | - |
| XYZ | 47.96 | 33.47 | 35.39 | - |
| YUV | 157.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 156 | 0 | 0.51 | 0.35 | 0.06 | 340.82 | 0.79 | 0.7 |
| Hex | EF | 75 | 9C | 0 | 33 | 23 | 6 | 155 | 4F | 46 |
| Octal | 357 | 165 | 234 | 0 | 63 | 43 | 6 | 525 | 117 | 106 |
| Binary | 11101111 | 1110101 | 10011100 | 0 | 110011 | 100011 | 110 | 101010101 | 1001111 | 1000110 |
Color Harmonies of #EF759C
Complementary color
Monochromatic Colors of #EF759C
Black with #EF759C
Text Example
Text Example
White with #EF759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF759C; }
p { color: rgb(239,117,156); }
H1.HeaderClassName
{
color: #EF759C;
}
.AnyTagClassName
{
color: #EF759C;
}
</style>
background-color css
<style>
a { background-color: #EF759C; }
a { background-color: rgb(239,117,156); }
div.DivClassName
{
background-color: #EF759C;
}
.BgClassName
{
background-color: #EF759C;
}
</style>
border-color css
<style>
span { border-color: #EF759C; }
span { border-color: rgb(239,117,156); }
td.TdClassName
{
border-color: #EF759C;
}
.TagClassName
{
border-color: #EF759C;
}
</style>