Shades of Carissma #EF788E
Tints of Carissma #EF788E
RGB
CMYK
RGB Variations
Color information
#EF788E (or 0xEF788E) is known color: Carissma. HEX triplet: EF, 78 and 8E. RGB value is (239,120,142). Sum of RGB (Red+Green+Blue) = 239+120+142=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788E is #108771. Grayscale: #9E9E9E. Windows color (decimal): -1083250 or 9337071. OLE color: 9337071.
HSL color Cylindrical-coordinate representation of color #EF788E: hue angle of 348.91º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF788E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 142 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.06 |
| HSL | 348.91º | 0.79% | 0.7% | - |
| HSV(B) | 348.91º | 0.5% | 0.94% | - |
| XYZ | 47.2 | 33.74 | 29.62 | - |
| YUV | 158.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 142 | 0 | 0.50 | 0.41 | 0.06 | 348.91 | 0.79 | 0.7 |
| Hex | EF | 78 | 8E | 0 | 32 | 29 | 6 | 15D | 4F | 46 |
| Octal | 357 | 170 | 216 | 0 | 62 | 51 | 6 | 535 | 117 | 106 |
| Binary | 11101111 | 1111000 | 10001110 | 0 | 110010 | 101001 | 110 | 101011101 | 1001111 | 1000110 |
Color Harmonies of #EF788E
Complementary color
Monochromatic Colors of #EF788E
Black with #EF788E
Text Example
Text Example
White with #EF788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF788E; }
p { color: rgb(239,120,142); }
H1.HeaderClassName
{
color: #EF788E;
}
.AnyTagClassName
{
color: #EF788E;
}
</style>
background-color css
<style>
a { background-color: #EF788E; }
a { background-color: rgb(239,120,142); }
div.DivClassName
{
background-color: #EF788E;
}
.BgClassName
{
background-color: #EF788E;
}
</style>
border-color css
<style>
span { border-color: #EF788E; }
span { border-color: rgb(239,120,142); }
td.TdClassName
{
border-color: #EF788E;
}
.TagClassName
{
border-color: #EF788E;
}
</style>