Shades of Carissma #EF768F
Tints of Carissma #EF768F
RGB
CMYK
RGB Variations
Color information
#EF768F (or 0xEF768F) is known color: Carissma. HEX triplet: EF, 76 and 8F. RGB value is (239,118,143). Sum of RGB (Red+Green+Blue) = 239+118+143=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF768F is #108970. Grayscale: #9D9D9D. Windows color (decimal): -1083761 or 9402095. OLE color: 9402095.
HSL color Cylindrical-coordinate representation of color #EF768F: hue angle of 347.6º 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 #EF768F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 143 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 347.6º | 0.79% | 0.7% | - |
| HSV(B) | 347.6º | 0.51% | 0.94% | - |
| XYZ | 47.03 | 33.29 | 29.93 | - |
| YUV | 157.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 143 | 0 | 0.51 | 0.40 | 0.06 | 347.6 | 0.79 | 0.7 |
| Hex | EF | 76 | 8F | 0 | 33 | 28 | 6 | 15C | 4F | 46 |
| Octal | 357 | 166 | 217 | 0 | 63 | 50 | 6 | 534 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10001111 | 0 | 110011 | 101000 | 110 | 101011100 | 1001111 | 1000110 |
Color Harmonies of #EF768F
Complementary color
Monochromatic Colors of #EF768F
Black with #EF768F
Text Example
Text Example
White with #EF768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF768F; }
p { color: rgb(239,118,143); }
H1.HeaderClassName
{
color: #EF768F;
}
.AnyTagClassName
{
color: #EF768F;
}
</style>
background-color css
<style>
a { background-color: #EF768F; }
a { background-color: rgb(239,118,143); }
div.DivClassName
{
background-color: #EF768F;
}
.BgClassName
{
background-color: #EF768F;
}
</style>
border-color css
<style>
span { border-color: #EF768F; }
span { border-color: rgb(239,118,143); }
td.TdClassName
{
border-color: #EF768F;
}
.TagClassName
{
border-color: #EF768F;
}
</style>